Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem TextLCD mbed-rtos mbed wave_player FATFileSystem
os_mutex_def Struct Reference
Mutex Definition structure contains setup information for a mutex. More...
#include <cmsis_os.h>
Data Fields | |
void * | mutex |
pointer to internal data |
Detailed Description
Mutex Definition structure contains setup information for a mutex.
- Note:
- CAN BE CHANGED: os_mutex_def is implementation specific in every CMSIS-RTOS.
Definition at line 259 of file cmsis_os.h.
Field Documentation
void* mutex |
pointer to internal data
Definition at line 260 of file cmsis_os.h.
Generated on Fri Jul 15 2022 13:41:34 by
