Home
last modified time | relevance | path

Searched refs:irqId (Results 1 – 25 of 44) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/drivers/gpc_1/
Dfsl_gpc.c23 void GPC_EnableIRQ(GPC_Type *base, uint32_t irqId) in GPC_EnableIRQ() argument
25 uint32_t irqRegNum = irqId / 32U; in GPC_EnableIRQ()
26 uint32_t irqRegShiftNum = irqId % 32U; in GPC_EnableIRQ()
51 void GPC_DisableIRQ(GPC_Type *base, uint32_t irqId) in GPC_DisableIRQ() argument
53 uint32_t irqRegNum = irqId / 32U; in GPC_DisableIRQ()
54 uint32_t irqRegShiftNum = irqId % 32U; in GPC_DisableIRQ()
80 bool GPC_GetIRQStatusFlag(GPC_Type *base, uint32_t irqId) in GPC_GetIRQStatusFlag() argument
82 uint32_t irqRegNum = irqId / 32U; in GPC_GetIRQStatusFlag()
83 uint32_t irqRegShiftNum = irqId % 32U; in GPC_GetIRQStatusFlag()
/hal_nxp-latest/mcux/mcux-sdk/drivers/gpc_2/
Dfsl_gpc.c75 void GPC_EnableIRQ(GPC_Type *base, uint32_t irqId) in GPC_EnableIRQ() argument
77 uint32_t irqRegNum = irqId / 32U; in GPC_EnableIRQ()
78 uint32_t irqRegShiftNum = irqId % 32U; in GPC_EnableIRQ()
91 void GPC_DisableIRQ(GPC_Type *base, uint32_t irqId) in GPC_DisableIRQ() argument
93 uint32_t irqRegNum = irqId / 32U; in GPC_DisableIRQ()
94 uint32_t irqRegShiftNum = irqId % 32U; in GPC_DisableIRQ()
108 bool GPC_GetIRQStatusFlag(GPC_Type *base, uint32_t irqId) in GPC_GetIRQStatusFlag() argument
110 uint32_t isrRegNum = irqId / 32U; in GPC_GetIRQStatusFlag()
111 uint32_t isrRegShiftNum = irqId % 32U; in GPC_GetIRQStatusFlag()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1181/drivers/
Dfsl_gpc.c71 void GPC_CM_EnableIrqWakeup(gpc_cpu_slice_t slice, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
73 assert(irqId < (GPC_CPU_CTRL_CM_IRQ_WAKEUP_MASK_COUNT2 * 32UL)); in GPC_CM_EnableIrqWakeup()
75 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
76 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
95 bool GPC_CM_GetIrqWakeupStatus(gpc_cpu_slice_t slice, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
97 assert(irqId < (GPC_CPU_CTRL_CM_IRQ_WAKEUP_MASK_COUNT2 * 32UL)); in GPC_CM_GetIrqWakeupStatus()
99 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
100 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/drivers/
Dfsl_gpc.c71 void GPC_CM_EnableIrqWakeup(gpc_cpu_slice_t slice, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
73 assert(irqId < (GPC_CPU_CTRL_CM_IRQ_WAKEUP_MASK_COUNT2 * 32UL)); in GPC_CM_EnableIrqWakeup()
75 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
76 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
95 bool GPC_CM_GetIrqWakeupStatus(gpc_cpu_slice_t slice, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
97 assert(irqId < (GPC_CPU_CTRL_CM_IRQ_WAKEUP_MASK_COUNT2 * 32UL)); in GPC_CM_GetIrqWakeupStatus()
99 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
100 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1182/drivers/
Dfsl_gpc.c71 void GPC_CM_EnableIrqWakeup(gpc_cpu_slice_t slice, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
73 assert(irqId < (GPC_CPU_CTRL_CM_IRQ_WAKEUP_MASK_COUNT2 * 32UL)); in GPC_CM_EnableIrqWakeup()
75 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
76 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
95 bool GPC_CM_GetIrqWakeupStatus(gpc_cpu_slice_t slice, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
97 assert(irqId < (GPC_CPU_CTRL_CM_IRQ_WAKEUP_MASK_COUNT2 * 32UL)); in GPC_CM_GetIrqWakeupStatus()
99 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
100 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1187/drivers/
Dfsl_gpc.c71 void GPC_CM_EnableIrqWakeup(gpc_cpu_slice_t slice, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
73 assert(irqId < (GPC_CPU_CTRL_CM_IRQ_WAKEUP_MASK_COUNT2 * 32UL)); in GPC_CM_EnableIrqWakeup()
75 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
76 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
95 bool GPC_CM_GetIrqWakeupStatus(gpc_cpu_slice_t slice, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
97 assert(irqId < (GPC_CPU_CTRL_CM_IRQ_WAKEUP_MASK_COUNT2 * 32UL)); in GPC_CM_GetIrqWakeupStatus()
99 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
100 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/
Dfsl_gpc.c43 void GPC_CM_EnableIrqWakeup(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
45 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_EnableIrqWakeup()
47 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
48 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
67 bool GPC_CM_GetIrqWakeupStatus(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
69 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_GetIrqWakeupStatus()
71 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
72 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/
Dfsl_gpc.c43 void GPC_CM_EnableIrqWakeup(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
45 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_EnableIrqWakeup()
47 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
48 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
67 bool GPC_CM_GetIrqWakeupStatus(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
69 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_GetIrqWakeupStatus()
71 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
72 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/
Dfsl_gpc.c43 void GPC_CM_EnableIrqWakeup(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
45 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_EnableIrqWakeup()
47 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
48 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
67 bool GPC_CM_GetIrqWakeupStatus(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
69 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_GetIrqWakeupStatus()
71 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
72 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/
Dfsl_gpc.c43 void GPC_CM_EnableIrqWakeup(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
45 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_EnableIrqWakeup()
47 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
48 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
67 bool GPC_CM_GetIrqWakeupStatus(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
69 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_GetIrqWakeupStatus()
71 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
72 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/
Dfsl_gpc.c43 void GPC_CM_EnableIrqWakeup(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
45 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_EnableIrqWakeup()
47 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
48 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
67 bool GPC_CM_GetIrqWakeupStatus(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
69 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_GetIrqWakeupStatus()
71 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
72 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/
Dfsl_gpc.c43 void GPC_CM_EnableIrqWakeup(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
45 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_EnableIrqWakeup()
47 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
48 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
67 bool GPC_CM_GetIrqWakeupStatus(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
69 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_GetIrqWakeupStatus()
71 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
72 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/
Dfsl_gpc.c43 void GPC_CM_EnableIrqWakeup(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId, bool enable) in GPC_CM_EnableIrqWakeup() argument
45 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_EnableIrqWakeup()
47 uint32_t irqGroup = irqId / 32UL; in GPC_CM_EnableIrqWakeup()
48 uint32_t irqMask = irqId % 32UL; in GPC_CM_EnableIrqWakeup()
67 bool GPC_CM_GetIrqWakeupStatus(GPC_CPU_MODE_CTRL_Type *base, uint32_t irqId) in GPC_CM_GetIrqWakeupStatus() argument
69 assert(irqId < (GPC_CPU_MODE_CTRL_CM_IRQ_WAKEUP_MASK_COUNT * 32UL)); in GPC_CM_GetIrqWakeupStatus()
71 uint32_t irqGroup = irqId / 32UL; in GPC_CM_GetIrqWakeupStatus()
72 uint32_t irqMask = irqId % 32UL; in GPC_CM_GetIrqWakeupStatus()
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu_common.h146 #define IRQID_TO_IMULINKID(irqId) (((irqId) == IRQ_IMU_CPU12) ? kIMU_LinkCpu1Cpu2 : kIMU_LinkCp… argument
154 #define IRQID_TO_IMULINKID(irqId) (((irqId) == IRQ_IMU_CPU13) ? kIMU_LinkCpu1Cpu3 : kIMU_LinkCp… argument
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfcommon.h147 #define IRQID_TO_IMULINKID(irqId) (((irqId) == IRQ_IMU_CPU12) ? kIMU_LinkCpu1Cpu2 : kIMU_LinkCp… argument
155 #define IRQID_TO_IMULINKID(irqId) (((irqId) == IRQ_IMU_CPU13) ? kIMU_LinkCpu1Cpu3 : kIMU_LinkCp… argument
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1175/
Dfsl_pm_device.c1527 uint32_t irqId = 0UL; in PM_DEV_ManageWakeupSource() local
1528 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_ManageWakeupSource()
1532 (void)EnableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1533 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, true); in PM_DEV_ManageWakeupSource()
1538 (void)DisableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1539 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, false); in PM_DEV_ManageWakeupSource()
1547 uint32_t irqId = 0UL; in PM_DEV_IsWakeupSource() local
1550 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_IsWakeupSource()
1551 ret = GPC_CM_GetIrqWakeupStatus(CURRENT_GPC_INSTANCE, irqId); in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1171/
Dfsl_pm_device.c1527 uint32_t irqId = 0UL; in PM_DEV_ManageWakeupSource() local
1528 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_ManageWakeupSource()
1532 (void)EnableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1533 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, true); in PM_DEV_ManageWakeupSource()
1538 (void)DisableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1539 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, false); in PM_DEV_ManageWakeupSource()
1547 uint32_t irqId = 0UL; in PM_DEV_IsWakeupSource() local
1550 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_IsWakeupSource()
1551 ret = GPC_CM_GetIrqWakeupStatus(CURRENT_GPC_INSTANCE, irqId); in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1172/
Dfsl_pm_device.c1527 uint32_t irqId = 0UL; in PM_DEV_ManageWakeupSource() local
1528 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_ManageWakeupSource()
1532 (void)EnableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1533 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, true); in PM_DEV_ManageWakeupSource()
1538 (void)DisableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1539 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, false); in PM_DEV_ManageWakeupSource()
1547 uint32_t irqId = 0UL; in PM_DEV_IsWakeupSource() local
1550 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_IsWakeupSource()
1551 ret = GPC_CM_GetIrqWakeupStatus(CURRENT_GPC_INSTANCE, irqId); in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1176/
Dfsl_pm_device.c1527 uint32_t irqId = 0UL; in PM_DEV_ManageWakeupSource() local
1528 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_ManageWakeupSource()
1532 (void)EnableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1533 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, true); in PM_DEV_ManageWakeupSource()
1538 (void)DisableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1539 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, false); in PM_DEV_ManageWakeupSource()
1547 uint32_t irqId = 0UL; in PM_DEV_IsWakeupSource() local
1550 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_IsWakeupSource()
1551 ret = GPC_CM_GetIrqWakeupStatus(CURRENT_GPC_INSTANCE, irqId); in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1173/
Dfsl_pm_device.c1527 uint32_t irqId = 0UL; in PM_DEV_ManageWakeupSource() local
1528 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_ManageWakeupSource()
1532 (void)EnableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1533 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, true); in PM_DEV_ManageWakeupSource()
1538 (void)DisableIRQ((IRQn_Type)irqId); in PM_DEV_ManageWakeupSource()
1539 GPC_CM_EnableIrqWakeup(CURRENT_GPC_INSTANCE, irqId, false); in PM_DEV_ManageWakeupSource()
1547 uint32_t irqId = 0UL; in PM_DEV_IsWakeupSource() local
1550 irqId = PM_DECODE_WAKEUP_SOURCE_ID(ws->wsId); in PM_DEV_IsWakeupSource()
1551 ret = GPC_CM_GetIrqWakeupStatus(CURRENT_GPC_INSTANCE, irqId); in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_lpit.c75 IRQn_Type irqId; in HAL_TimerInit() local
87 irqId = instanceIrq[halTimerState->instance][0]; in HAL_TimerInit()
102 NVIC_SetPriority((IRQn_Type)irqId, HAL_TIMER_ISR_PRIORITY); in HAL_TimerInit()
103 (void)EnableIRQ(irqId); in HAL_TimerInit()
Dfsl_adapter_ftm.c82 IRQn_Type irqId; in HAL_TimerInit() local
111 irqId = mFTMIrqId[halTimerState->instance]; in HAL_TimerInit()
113 NVIC_SetPriority((IRQn_Type)irqId, HAL_TIMER_ISR_PRIORITY); in HAL_TimerInit()
115 (void)EnableIRQ(irqId); in HAL_TimerInit()
Dfsl_adapter_gpt.c79 IRQn_Type irqId; in HAL_TimerInit() local
92 irqId = instanceIrq[halTimerState->instance]; in HAL_TimerInit()
104 NVIC_SetPriority((IRQn_Type)irqId, HAL_TIMER_ISR_PRIORITY); in HAL_TimerInit()
105 (void)EnableIRQ(irqId); in HAL_TimerInit()
Dfsl_adapter_pit.c99 IRQn_Type irqId; in HAL_TimerInit() local
111 irqId = instanceIrq[halTimerState->instance][0]; in HAL_TimerInit()
127 NVIC_SetPriority((IRQn_Type)irqId, HAL_TIMER_ISR_PRIORITY); in HAL_TimerInit()
128 (void)EnableIRQ(irqId); in HAL_TimerInit()
Dfsl_adapter_tpm.c79 IRQn_Type irqId; in HAL_TimerHwInit() local
100 irqId = mTPMIrqId[instance]; in HAL_TimerHwInit()
103 NVIC_SetPriority(irqId, HAL_TIMER_ISR_PRIORITY); in HAL_TimerHwInit()
104 (void)EnableIRQ(irqId); in HAL_TimerHwInit()

12