Home
last modified time | relevance | path

Searched refs:OSA_TASK_DEFINE (Results 1 – 25 of 142) sorted by relevance

123456

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h284 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) … macro
291 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) … macro
297 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ macro
302 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ macro
307 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) … macro
314 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ macro
319 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ macro
Dfsl_os_abstraction_free_rtos.c1303 static OSA_TASK_DEFINE(startup_task, gMainThreadPriority_c, 1, gMainThreadStackSize_c, 0);
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h160 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ macro
173 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ macro
185 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ macro
197 #define OSA_TASK_DEFINE(name, priority, instances, stackSz, useFloat) \ macro
/hal_nxp-latest/mcux/mcux-sdk/components/common_task/
Dfsl_component_common_task.c47 OSA_TASK_DEFINE(COMMON_TASK_task, COMMON_TASK_PRIORITY, 1, COMMON_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c118 static OSA_TASK_DEFINE(HAL_ImuMain, IMU_TASK_PRIORITY, 1, IMU_TASK_STACK_SIZE, 0);
154 static OSA_TASK_DEFINE(HAL_ImuMainCpu13, IMU_TASK_PRIORITY, 1, IMU_TASK_STACK_SIZE, 0);
155 static OSA_TASK_DEFINE(HAL_ImuMainCpu23, IMU_TASK_PRIORITY, 1, IMU_TASK_STACK_SIZE, 0);
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.c121 static OSA_TASK_DEFINE(HAL_ImuMain, IMU_TASK_PRIORITY, 1, IMU_TASK_STACK_SIZE, 0);
157 static OSA_TASK_DEFINE(HAL_ImuMainCpu13, IMU_TASK_PRIORITY, 1, IMU_TASK_STACK_SIZE, 0);
158 static OSA_TASK_DEFINE(HAL_ImuMainCpu23, IMU_TASK_PRIORITY, 1, IMU_TASK_STACK_SIZE, 0);
/hal_nxp-latest/mcux/mcux-sdk/components/button/
Dfsl_component_button.c106 static OSA_TASK_DEFINE(BUTTON_Task, BUTTON_TASK_PRIORITY, 1, BUTTON_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c154 static OSA_TASK_DEFINE(wifi_core_task, OSA_PRIORITY_HIGH, 1, CONFIG_WIFI_CORE_STACK_SIZE, 0);
160 static OSA_TASK_DEFINE(wifi_scan_task, CONFIG_NXP_WIFI_SCAN_TASK_PRIO, 1, CONFIG_NXP_WIFI_SCAN_TASK…
165 static OSA_TASK_DEFINE(wifi_drv_task, CONFIG_NXP_WIFI_DRIVER_TASK_PRIO, 1, CONFIG_NXP_WIFI_DRIVER_T…
171 static OSA_TASK_DEFINE(wifi_drv_tx_task, CONFIG_NXP_WIFI_TX_TASK_PRIO, 1, CONFIG_NXP_WIFI_TX_TASK_S…
177 static OSA_TASK_DEFINE(wifi_powersave_task, CONFIG_NXP_WIFI_POWERSAVE_TASK_PRIO, 1, CONFIG_NXP_WIFI…
/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c195 static OSA_TASK_DEFINE(TimerManagerTask, TM_TASK_PRIORITY, 1, TM_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/utilities/
Dfsl_shell.c181 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE18F16/utilities/
Dfsl_shell.c181 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV58F24/utilities/
Dfsl_shell.c181 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/utilities/
Dfsl_shell.c181 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MK22F12/utilities/
Dfsl_shell.c181 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_shell.c181 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_shell.c181 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE14F16/utilities/
Dfsl_shell.c181 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/utilities/
Dfsl_shell.c181 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.c183 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX4/utilities/
Dfsl_shell.c183 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/utilities/
Dfsl_shell.c183 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/utilities/
Dfsl_shell.c183 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX5/utilities/
Dfsl_shell.c183 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/utilities/
Dfsl_shell.c183 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QM6/utilities/
Dfsl_shell.c183 static OSA_TASK_DEFINE(SHELL_Task, SHELL_TASK_PRIORITY, 1, SHELL_TASK_STACK_SIZE, false);

123456