Home
last modified time | relevance | path

Searched defs:os_thread_def (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h290 typedef struct os_thread_def { struct
297 typedef struct os_thread_def { argument
298 os_pthread pthread; ///< start address of thread function
299 osThreadAttr_t attr; ///< thread attributes
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/
H A Dcmsis_os.h164 typedef struct os_thread_def { struct
165 os_pthread pthread; ///< start address of thread function
166 osPriority tpriority; ///< initial thread priority
167 uint32_t instances; ///< maximum number of instances of that thread function
168 …uint32_t stacksize; ///< stack size requirements in bytes; 0 is default stack size