Home
last modified time | relevance | path

Searched refs:xTaskCreate (Results 1 – 7 of 7) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/
Dnimble_port_freertos.c40xTaskCreate(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/
DMQTTEcho.c86 xTaskCreate(prvMQTTEchoTask, /* The function that implements the task. */ in vStartMQTTTasks()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/pmu_calibration/
Dpmu_calibration.c137 xTaskCreate(system_pmu_calibration_task, "pmu_calibration_task", in system_pmu_calibration_init()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dmpu_wrappers.h49 #define xTaskCreate MPU_xTaskCreate macro
Dtask.h382 static inline IRAM_ATTR BaseType_t xTaskCreate( in xTaskCreate() function
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/freertos/
DMQTTFreeRTOS.c27 rc = xTaskCreate(fn, /* The function that implements the task. */ in ThreadStart()
/device/soc/esp/esp32/components/esp_wifi/esp32/
Desp_adapter.c393 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()