Searched refs:xTaskCreate (Results 1 – 7 of 7) sorted by relevance
| /device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/ |
| D | nimble_port_freertos.c | 40 … xTaskCreate(nimble_port_ll_task_func, "ll", configMINIMAL_STACK_SIZE + 400, // 400:byte alignment in nimble_port_freertos_init() 48 xTaskCreate(host_task_fn, "ble", configMINIMAL_STACK_SIZE + 400, // 400:byte alignment in nimble_port_freertos_init()
|
| /device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/samples/freertos/ |
| D | MQTTEcho.c | 86 xTaskCreate(prvMQTTEchoTask, /* The function that implements the task. */ in vStartMQTTTasks()
|
| /device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/pmu_calibration/ |
| D | pmu_calibration.c | 137 xTaskCreate(system_pmu_calibration_task, "pmu_calibration_task", in system_pmu_calibration_init()
|
| /device/soc/esp/esp32/components/osal/include/esp_osal/ |
| D | mpu_wrappers.h | 49 #define xTaskCreate MPU_xTaskCreate macro
|
| D | task.h | 382 static inline IRAM_ATTR BaseType_t xTaskCreate( in xTaskCreate() function
|
| /device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/freertos/ |
| D | MQTTFreeRTOS.c | 27 rc = xTaskCreate(fn, /* The function that implements the task. */ in ThreadStart()
|
| /device/soc/esp/esp32/components/esp_wifi/esp32/ |
| D | esp_adapter.c | 393 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
|