Searched refs:interruptMask (Results 1 – 1 of 1) sorted by relevance
834 uint32_t interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferSendNonBlocking() local835 USART_DisableInterrupts(base, interruptMask); in USART_TransferSendNonBlocking()841 USART_EnableInterrupts(base, interruptMask | (uint32_t)kUSART_TxLevelInterruptEnable); in USART_TransferSendNonBlocking()934 uint32_t interruptMask = 0U; in USART_TransferReceiveNonBlocking() local976 interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferReceiveNonBlocking()977 USART_DisableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()1010 USART_EnableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()1025 interruptMask = USART_GetEnabledInterrupts(base); in USART_TransferReceiveNonBlocking()1026 USART_DisableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()1035 USART_EnableInterrupts(base, interruptMask); in USART_TransferReceiveNonBlocking()