Searched defs:instances (Results 1 – 2 of 2) sorted by relevance
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/ |
H A D | cmsis_os.h | 293 uint32_t instances; ///< maximum number of instances of that thread function member 458 #define osThreadDef(name, priority, instances, stacksz) \ argument 462 #define osThreadDef(name, priority, instances, stacksz) \ argument 466 #define osThreadDef(name, priority, instances, stacksz) \ argument
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/ |
H A D | cmsis_os.h | 167 uint32_t instances; ///< maximum number of instances of that thread function member 275 #define osThreadDef(name, priority, instances, stacksz) \ argument 278 #define osThreadDef(name, priority, instances, stacksz) \ argument
|