Home
last modified time | relevance | path

Searched refs:osThreadId_t (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Include/
H A Dcmsis_os2.h211 typedef void *osThreadId_t; typedef
371 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
376 const char *osThreadGetName (osThreadId_t thread_id);
380 osThreadId_t osThreadGetId (void);
385 osThreadState_t osThreadGetState (osThreadId_t thread_id);
390 uint32_t osThreadGetStackSize (osThreadId_t thread_id);
395 uint32_t osThreadGetStackSpace (osThreadId_t thread_id);
401 osStatus_t osThreadSetPriority (osThreadId_t thread_id, osPriority_t priority);
406 osPriority_t osThreadGetPriority (osThreadId_t thread_id);
415 osStatus_t osThreadSuspend (osThreadId_t thread_id);
[all …]
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_def.h476 osThreadId_t thread;
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h247 #define osThreadId osThreadId_t