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 464 { (name), (priority), (instances), (stacksz) } 466 #define osThreadDef(name, priority, instances, stacksz) \ argument
|