Lines Matching refs:interrupts
647 static inline void MU_EnableInterrupts(MU_Type *base, uint32_t interrupts) in MU_EnableInterrupts() argument
652 tmp = MU_GET_TX_INTR(interrupts); in MU_EnableInterrupts()
659 tmp = MU_GET_RX_INTR(interrupts); in MU_EnableInterrupts()
666 tmp = MU_GET_GI_INTR(interrupts); in MU_EnableInterrupts()
673 tmp = MU_GET_CORE_INTR(interrupts); in MU_EnableInterrupts()
680 if (0U != ((uint32_t)kMU_MuResetInterruptEnable & interrupts)) in MU_EnableInterrupts()
703 static inline void MU_DisableInterrupts(MU_Type *base, uint32_t interrupts) in MU_DisableInterrupts() argument
708 tmp = MU_GET_TX_INTR(interrupts); in MU_DisableInterrupts()
715 tmp = MU_GET_RX_INTR(interrupts); in MU_DisableInterrupts()
722 tmp = MU_GET_GI_INTR(interrupts); in MU_DisableInterrupts()
729 tmp = MU_GET_CORE_INTR(interrupts); in MU_DisableInterrupts()
736 if (0U != ((uint32_t)kMU_MuResetInterruptEnable & interrupts)) in MU_DisableInterrupts()
767 status_t MU_TriggerInterrupts(MU_Type *base, uint32_t interrupts);
821 static inline void MU_EnableGeneralPurposeInterrupts(MU_Type *base, uint32_t interrupts) in MU_EnableGeneralPurposeInterrupts() argument
823 base->GIER |= interrupts; in MU_EnableGeneralPurposeInterrupts()
843 static inline void MU_DisableGeneralPurposeInterrupts(MU_Type *base, uint32_t interrupts) in MU_DisableGeneralPurposeInterrupts() argument
845 base->GIER &= ~interrupts; in MU_DisableGeneralPurposeInterrupts()
921 status_t MU_TriggerGeneralPurposeInterrupts(MU_Type *base, uint32_t interrupts);