Ok
Dependencies: mbed_rtos_types Mutex mbed_rtos_storage mbed Semaphore
Data Structures
| ConditionVariable | Synchronization primitive that allows threads to wait until a particular condition occurs |
| EventFlags | Used to control event flags or wait for event flags other threads control |
| Mail< T, queue_sz > | The Mail class allows you 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 |
| MMA8451Q | MMA8451Q accelerometer example |
| Mutex | Used to synchronize the execution of threads |
| Queue< T, queue_sz > | The Queue class represents a collection of objects that are stored first by order of priority, and then in first-in, first-out (FIFO) order |
| RtosTimer | Allow creating and and controlling of timer functions in the system |
| Semaphore | Used to manage and protect access to a set of shared resources |
| Thread | Allow defining, creating, and controlling thread functions in the system |
Generated on Tue Jul 12 2022 22:06:19 by
1.7.2