Home
last modified time | relevance | path

Searched refs:intMask (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/msmc/
Dfsl_msmc.h552 static inline void SMC_SetSystemResetInterruptConfig(SMC_Type *base, uint32_t intMask) in SMC_SetSystemResetInterruptConfig() argument
554 base->SRIE = intMask; in SMC_SetSystemResetInterruptConfig()
622 static inline void SMC_ClearResetInterruptSourcesStatus(SMC_Type *base, uint32_t intMask) in SMC_ClearResetInterruptSourcesStatus() argument
624 base->SRIF = intMask; in SMC_ClearResetInterruptSourcesStatus()
642 static inline void SMC_SetCoreSoftwareResetConfig(SMC_Type *base, uint32_t intMask) in SMC_SetCoreSoftwareResetConfig() argument
644 base->CSRE = intMask; in SMC_SetCoreSoftwareResetConfig()
/hal_nxp-3.7.0/imx/drivers/
Dsema4.c189 void SEMA4_SetIntCmd(SEMA4_Type * base, uint16_t intMask, bool enable) in SEMA4_SetIntCmd() argument
192 base->CPnINE[SEMA4_PROCESSOR_SELF].INE |= intMask; in SEMA4_SetIntCmd()
194 base->CPnINE[SEMA4_PROCESSOR_SELF].INE &= ~intMask; in SEMA4_SetIntCmd()
Dsema4.h252 void SEMA4_SetIntCmd(SEMA4_Type * base, uint16_t intMask, bool enable);
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/rcm/
Dfsl_rcm.h399 static inline void RCM_SetSystemResetInterruptConfig(RCM_Type *base, uint32_t intMask, rcm_reset_de… in RCM_SetSystemResetInterruptConfig() argument
401 base->SRIE = (intMask | (uint32_t)delay); in RCM_SetSystemResetInterruptConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c1204 uint32_t intMask; in PXP_StartRectCopy() local
1207 intMask = in PXP_StartRectCopy()
1210 intMask = base->CTRL & (PXP_CTRL_NEXT_IRQ_ENABLE_MASK | PXP_CTRL_IRQ_ENABLE_MASK); in PXP_StartRectCopy()
1216 PXP_EnableInterrupts(base, intMask); in PXP_StartRectCopy()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c733 uint32_t intMask = (ENET_EIMR_TXB_MASK | ENET_EIMR_RXB_MASK); in ENET_SetMacController() local
738intMask |= ENET_EIMR_TXB2_MASK | ENET_EIMR_RXB2_MASK | ENET_EIMR_TXB1_MASK | ENET_EIMR_RXB1_MASK; in ENET_SetMacController()
743 base->EIMR &= ~intMask; in ENET_SetMacController()