Searched refs:USI_RX_DMA_ENABLE (Results 1 – 2 of 2) sorted by relevance
176 USIx->DMA_ENABLE &= ~ (USI_TX_DMA_ENABLE|USI_RX_DMA_ENABLE); in USI_UARTInit()976 USIx->DMA_ENABLE |= USI_RX_DMA_ENABLE; in USI_UARTRXDMACmd()979 USIx->DMA_ENABLE &= (~ USI_RX_DMA_ENABLE); in USI_UARTRXDMACmd()
65 #define USI_RX_DMA_ENABLE ((u32)0x00000002) /*BIT[1], USI rx path enable*/ macro
Completed in 7 milliseconds