Home
last modified time | relevance | path

Searched refs:IMU_ISR_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/mcmgr/src/
Dmcmgr_internal_core_api_kw45b41_ext.c16 #ifndef IMU_ISR_PRIORITY
17 #define IMU_ISR_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) macro
20 #ifndef IMU_ISR_PRIORITY
21 #define IMU_ISR_PRIORITY (4U) macro
28 NVIC_SetPriority((IRQn_Type)RF_IMU0_IRQn, IMU_ISR_PRIORITY); in mcmgr_late_init_internal()
31 NVIC_SetPriority((IRQn_Type)CPU2_MSG_RDY_INT_IRQn, IMU_ISR_PRIORITY); in mcmgr_late_init_internal()
Dmcmgr_internal_core_api_mcxw716_ext.c16 #ifndef IMU_ISR_PRIORITY
17 #define IMU_ISR_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) macro
20 #ifndef IMU_ISR_PRIORITY
21 #define IMU_ISR_PRIORITY (4U) macro
28 NVIC_SetPriority((IRQn_Type)RF_IMU0_IRQn, IMU_ISR_PRIORITY); in mcmgr_late_init_internal()
31 NVIC_SetPriority((IRQn_Type)CPU2_MSG_RDY_INT_IRQn, IMU_ISR_PRIORITY); in mcmgr_late_init_internal()
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c20 #ifndef IMU_ISR_PRIORITY
21 #define IMU_ISR_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) macro
24 #ifndef IMU_ISR_PRIORITY
25 #define IMU_ISR_PRIORITY (2U) macro
56 #define GDMA_ISR_PRIORITY IMU_ISR_PRIORITY
1596 NVIC_SetPriority(IMULINKID_TO_IRQID(link), IMU_ISR_PRIORITY); in HAL_ImuInit()
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.c19 #ifndef IMU_ISR_PRIORITY
20 #define IMU_ISR_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) macro
23 #ifndef IMU_ISR_PRIORITY
24 #define IMU_ISR_PRIORITY (2U) macro
55 #define GDMA_ISR_PRIORITY IMU_ISR_PRIORITY
1599 NVIC_SetPriority(IMULINKID_TO_IRQID(link), IMU_ISR_PRIORITY); in HAL_ImuInit()