Home
last modified time | relevance | path

Searched defs:intMask (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/msmc/
Dfsl_msmc.h552 static inline void SMC_SetSystemResetInterruptConfig(SMC_Type *base, uint32_t intMask) in SMC_SetSystemResetInterruptConfig()
622 static inline void SMC_ClearResetInterruptSourcesStatus(SMC_Type *base, uint32_t intMask) in SMC_ClearResetInterruptSourcesStatus()
642 static inline void SMC_SetCoreSoftwareResetConfig(SMC_Type *base, uint32_t intMask) in SMC_SetCoreSoftwareResetConfig()
/hal_nxp-latest/imx/drivers/
Dsema4.c189 void SEMA4_SetIntCmd(SEMA4_Type * base, uint16_t intMask, bool enable) in SEMA4_SetIntCmd()
/hal_nxp-latest/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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c1204 uint32_t intMask; in PXP_StartRectCopy() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c758 uint32_t intMask = (ENET_EIMR_TXB_MASK | ENET_EIMR_RXB_MASK); in ENET_SetMacController() local