diff --git a/Libraries/CMSIS/Documentation/RTOS/html/annotated.html b/Libraries/CMSIS/Documentation/RTOS/html/annotated.html new file mode 100644 --- /dev/null +++ b/Libraries/CMSIS/Documentation/RTOS/html/annotated.html @@ -0,0 +1,147 @@ + + +
+ + ++ |
+ CMSIS-RTOS
+ Version 1.02
+
+ CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
+ |
+
os_mailQ | |
osEvent | Event structure contains detailed information about an event |
osMailQDef_t | Definition structure for mail queue |
osMessageQDef_t | Definition structure for message queue |
osMutexDef_t | Mutex Definition structure contains setup information for a mutex |
osPoolDef_t | Definition structure for memory block allocation |
osSemaphoreDef_t | Semaphore Definition structure contains setup information for a semaphore |
osThreadDef_t | Thread Definition structure contains startup information of a thread |
osTimerDef_t | Timer Definition structure contains timer parameters |