Home
last modified time | relevance | path

Searched refs:interruptMask (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.h622 static inline void LPI2C_MasterEnableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterEnableInterrupts() argument
624 base->MIER |= interruptMask; in LPI2C_MasterEnableInterrupts()
637 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() argument
639 base->MIER &= ~interruptMask; in LPI2C_MasterDisableInterrupts()
1102 static inline void LPI2C_SlaveEnableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_SlaveEnableInterrupts() argument
1104 base->SIER |= interruptMask; in LPI2C_SlaveEnableInterrupts()
1117 static inline void LPI2C_SlaveDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_SlaveDisableInterrupts() argument
1119 base->SIER &= ~interruptMask; in LPI2C_SlaveDisableInterrupts()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c.h570 static inline void LPI2C_MasterEnableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterEnableInterrupts() argument
572 base->MIER |= interruptMask; in LPI2C_MasterEnableInterrupts()
585 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() argument
587 base->MIER &= ~interruptMask; in LPI2C_MasterDisableInterrupts()
1050 static inline void LPI2C_SlaveEnableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_SlaveEnableInterrupts() argument
1052 base->SIER |= interruptMask; in LPI2C_SlaveEnableInterrupts()
1065 static inline void LPI2C_SlaveDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_SlaveDisableInterrupts() argument
1067 base->SIER &= ~interruptMask; in LPI2C_SlaveDisableInterrupts()
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_usart.c746 uint32_t interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferSendNonBlocking() local
747 USART_DisableInterrupts(base, interruptMask); in USART_TransferSendNonBlocking()
753 USART_EnableInterrupts(base, interruptMask | (uint32_t)kUSART_TxLevelInterruptEnable); in USART_TransferSendNonBlocking()
846 uint32_t interruptMask = 0U; in USART_TransferReceiveNonBlocking() local
888 interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferReceiveNonBlocking()
889 USART_DisableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()
922 USART_EnableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()
937 interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferReceiveNonBlocking()
938 USART_DisableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()
947 USART_EnableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()
Dfsl_i3c.h870 static inline void I3C_MasterEnableInterrupts(I3C_Type *base, uint32_t interruptMask) in I3C_MasterEnableInterrupts() argument
872 base->MINTSET |= interruptMask; in I3C_MasterEnableInterrupts()
885 static inline void I3C_MasterDisableInterrupts(I3C_Type *base, uint32_t interruptMask) in I3C_MasterDisableInterrupts() argument
887 base->MINTCLR = interruptMask; in I3C_MasterDisableInterrupts()
1434 static inline void I3C_SlaveEnableInterrupts(I3C_Type *base, uint32_t interruptMask) in I3C_SlaveEnableInterrupts() argument
1436 base->SINTSET |= interruptMask; in I3C_SlaveEnableInterrupts()
1459 static inline void I3C_SlaveDisableInterrupts(I3C_Type *base, uint32_t interruptMask) in I3C_SlaveDisableInterrupts() argument
1461 base->SINTCLR = interruptMask; in I3C_SlaveDisableInterrupts()
Dfsl_i2s.h451 static inline void I2S_EnableInterrupts(I2S_Type *base, uint32_t interruptMask) in I2S_EnableInterrupts() argument
453 base->FIFOINTENSET = interruptMask; in I2S_EnableInterrupts()
463 static inline void I2S_DisableInterrupts(I2S_Type *base, uint32_t interruptMask) in I2S_DisableInterrupts() argument
465 base->FIFOINTENCLR = interruptMask; in I2S_DisableInterrupts()
Dfsl_i2c.h610 static inline void I2C_EnableInterrupts(I2C_Type *base, uint32_t interruptMask) in I2C_EnableInterrupts() argument
612 base->INTENSET = interruptMask; in I2C_EnableInterrupts()
622 static inline void I2C_DisableInterrupts(I2C_Type *base, uint32_t interruptMask) in I2C_DisableInterrupts() argument
624 base->INTENCLR = interruptMask; in I2C_DisableInterrupts()
/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_usart.c746 uint32_t interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferSendNonBlocking() local
747 USART_DisableInterrupts(base, interruptMask); in USART_TransferSendNonBlocking()
753 USART_EnableInterrupts(base, interruptMask | (uint32_t)kUSART_TxLevelInterruptEnable); in USART_TransferSendNonBlocking()
846 uint32_t interruptMask = 0U; in USART_TransferReceiveNonBlocking() local
888 interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferReceiveNonBlocking()
889 USART_DisableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()
922 USART_EnableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()
937 interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferReceiveNonBlocking()
938 USART_DisableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()
947 USART_EnableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()
Dfsl_i2s.h451 static inline void I2S_EnableInterrupts(I2S_Type *base, uint32_t interruptMask) in I2S_EnableInterrupts() argument
453 base->FIFOINTENSET = interruptMask; in I2S_EnableInterrupts()
463 static inline void I2S_DisableInterrupts(I2S_Type *base, uint32_t interruptMask) in I2S_DisableInterrupts() argument
465 base->FIFOINTENCLR = interruptMask; in I2S_DisableInterrupts()
Dfsl_i2c.h610 static inline void I2C_EnableInterrupts(I2C_Type *base, uint32_t interruptMask) in I2C_EnableInterrupts() argument
612 base->INTENSET = interruptMask; in I2C_EnableInterrupts()
622 static inline void I2C_DisableInterrupts(I2C_Type *base, uint32_t interruptMask) in I2C_DisableInterrupts() argument
624 base->INTENCLR = interruptMask; in I2C_DisableInterrupts()
Dfsl_plu.c136 void PLU_EnableWakeIntRequest(PLU_Type *base, uint32_t interruptMask, const plu_wakeint_config_t *c… in PLU_EnableWakeIntRequest() argument
141 PLU_WAKEINT_CTRL_MASK(interruptMask); in PLU_EnableWakeIntRequest()
Dfsl_plu.h335 void PLU_EnableWakeIntRequest(PLU_Type *base, uint32_t interruptMask, const plu_wakeint_config_t *c…
/hal_nxp-2.7.6/mcux/devices/MIMXRT685S/
Dfsl_power.c267 void POWER_EnableInterrupts(uint32_t interruptMask) in POWER_EnableInterrupts() argument
269 PMC->CTRL |= interruptMask; in POWER_EnableInterrupts()
276 void POWER_DisableInterrupts(uint32_t interruptMask) in POWER_DisableInterrupts() argument
278 PMC->CTRL &= ~interruptMask; in POWER_DisableInterrupts()
Dfsl_power.h376 void POWER_EnableInterrupts(uint32_t interruptMask);
382 void POWER_DisableInterrupts(uint32_t interruptMask);