Searched defs:xTaskCreate (Results 1 – 3 of 3) sorted by relevance
143 void xTaskCreate(TaskFunction_t pvTaskCode, const char * const pcName, const uint32_t usStackDepth,… in xTaskCreate() function
48 #define xTaskCreate MPU_xTaskCreate macro
442 static inline IRAM_ATTR BaseType_t xTaskCreate( in xTaskCreate() function