Add support new target: ST Nucleo-L152RE Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Fork of mbed-rtos by mbed official

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
Mail< T, queue_sz >The Mail class allow to control, send, receive, or wait for mail
MemoryPool< T, pool_sz >Define and manage fixed-size memory pools of objects of a given type
MutexUsed to synchronise the execution of threads
os_mailQ_defDefinition structure for mail queue
os_messageQ_defDefinition structure for message queue
os_mutex_defMutex Definition structure contains setup information for a mutex
os_pool_defDefinition structure for memory block allocation
os_semaphore_defSemaphore Definition structure contains setup information for a semaphore
os_thread_defThread Definition structure contains startup information of a thread
os_timer_defTimer Definition structure contains timer parameters
osEventEvent structure contains detailed information about an event
Queue< T, queue_sz >The Queue class allow to control, send, receive, or wait for messages
RtosTimerAllow creating and and controlling of timer functions in the system
SemaphoreUsed to manage and protect access to a set of shared resources
ThreadAllow defining, creating, and controlling thread functions in the system