Searched refs:IMU_TASK_PRIORITY (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/ |
| D | fsl_adapter_rfimu.h | 24 #ifndef IMU_TASK_PRIORITY 26 #define IMU_TASK_PRIORITY (3U) macro 28 #define IMU_TASK_PRIORITY (2U) macro 30 #define IMU_TASK_PRIORITY … macro
|
| D | fsl_adapter_rfimu.c | 118 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); 1503 … HAL_ImuMainCpu13, NULL, NULL, NULL, IMU_TASK_PRIORITY, 0, K_NO_WAIT); in HAL_ImuTaskInit() 1515 … HAL_ImuMainCpu23, NULL, NULL, NULL, IMU_TASK_PRIORITY, 0, K_NO_WAIT); in HAL_ImuTaskInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/ |
| D | fsl_adapter_imu.h | 280 #ifndef IMU_TASK_PRIORITY 282 #define IMU_TASK_PRIORITY (3U) macro 284 #define IMU_TASK_PRIORITY (2U) macro 286 #define IMU_TASK_PRIORITY … macro
|
| D | fsl_adapter_imu.c | 121 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); 1506 … HAL_ImuMainCpu13, NULL, NULL, NULL, IMU_TASK_PRIORITY, 0, K_NO_WAIT); in HAL_ImuTaskInit() 1518 … HAL_ImuMainCpu23, NULL, NULL, NULL, IMU_TASK_PRIORITY, 0, K_NO_WAIT); in HAL_ImuTaskInit()
|