Searched defs:interruptMask (Results 1 – 13 of 13) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/ |
D | fsl_lpi2c.h | 624 static inline void LPI2C_MasterEnableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterEnableInterrupts() 639 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() 1104 static inline void LPI2C_SlaveEnableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_SlaveEnableInterrupts() 1119 static inline void LPI2C_SlaveDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_SlaveDisableInterrupts()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/i2s/ |
D | fsl_i2s.h | 451 static inline void I2S_EnableInterrupts(I2S_Type *base, uint32_t interruptMask) in I2S_EnableInterrupts() 463 static inline void I2S_DisableInterrupts(I2S_Type *base, uint32_t interruptMask) in I2S_DisableInterrupts()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/pf5020/ |
D | fsl_pf5020.c | 224 static status_t PF5020_MaskInterrupts(pf5020_handle_t *handle, uint64_t interruptMask, bool enableM… in PF5020_MaskInterrupts() 1909 status_t PF5020_EnableInterrupts(pf5020_handle_t *handle, uint64_t interruptMask) in PF5020_EnableInterrupts() 1925 status_t PF5020_DisableInterrupts(pf5020_handle_t *handle, uint64_t interruptMask) in PF5020_DisableInterrupts() 2008 status_t PF5020_ClearInterruptStatus(pf5020_handle_t *handle, uint64_t interruptMask) in PF5020_ClearInterruptStatus()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/usart/ |
D | fsl_usart.c | 834 uint32_t interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferSendNonBlocking() local 934 uint32_t interruptMask = 0U; in USART_TransferReceiveNonBlocking() local
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/i3c/ |
D | fsl_i3c.h | 895 static inline void I3C_MasterEnableInterrupts(I3C_Type *base, uint32_t interruptMask) in I3C_MasterEnableInterrupts() 910 static inline void I3C_MasterDisableInterrupts(I3C_Type *base, uint32_t interruptMask) in I3C_MasterDisableInterrupts() 1570 static inline void I3C_SlaveEnableInterrupts(I3C_Type *base, uint32_t interruptMask) in I3C_SlaveEnableInterrupts() 1595 static inline void I3C_SlaveDisableInterrupts(I3C_Type *base, uint32_t interruptMask) in I3C_SlaveDisableInterrupts()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT555S/drivers/ |
D | fsl_power.c | 317 void POWER_EnableInterrupts(uint32_t interruptMask) in POWER_EnableInterrupts() 326 void POWER_DisableInterrupts(uint32_t interruptMask) in POWER_DisableInterrupts()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT595S/drivers/ |
D | fsl_power.c | 317 void POWER_EnableInterrupts(uint32_t interruptMask) in POWER_EnableInterrupts() 326 void POWER_DisableInterrupts(uint32_t interruptMask) in POWER_DisableInterrupts()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT633S/drivers/ |
D | fsl_power.c | 296 void POWER_EnableInterrupts(uint32_t interruptMask) in POWER_EnableInterrupts() 305 void POWER_DisableInterrupts(uint32_t interruptMask) in POWER_DisableInterrupts()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT685S/drivers/ |
D | fsl_power.c | 296 void POWER_EnableInterrupts(uint32_t interruptMask) in POWER_EnableInterrupts() 305 void POWER_DisableInterrupts(uint32_t interruptMask) in POWER_DisableInterrupts()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT533S/drivers/ |
D | fsl_power.c | 317 void POWER_EnableInterrupts(uint32_t interruptMask) in POWER_EnableInterrupts() 326 void POWER_DisableInterrupts(uint32_t interruptMask) in POWER_DisableInterrupts()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_i2c/ |
D | fsl_i2c.h | 528 static inline void I2C_EnableInterrupts(I2C_Type *base, uint32_t interruptMask) in I2C_EnableInterrupts() 540 static inline void I2C_DisableInterrupts(I2C_Type *base, uint32_t interruptMask) in I2C_DisableInterrupts()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/plu/ |
D | fsl_plu.c | 136 void PLU_EnableWakeIntRequest(PLU_Type *base, uint32_t interruptMask, const plu_wakeint_config_t *c… in PLU_EnableWakeIntRequest()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/i2c/ |
D | fsl_i2c.h | 610 static inline void I2C_EnableInterrupts(I2C_Type *base, uint32_t interruptMask) in I2C_EnableInterrupts() 622 static inline void I2C_DisableInterrupts(I2C_Type *base, uint32_t interruptMask) in I2C_DisableInterrupts()
|