Searched refs:USI_UART_AUTO_FLOW_EN (Results 1 – 2 of 2) sorted by relevance
467 #define USI_UART_AUTO_FLOW_EN ((u32)0x00000001<<4) /*BIT[4], AutoFlow Enable .*/ macro
161 USIx->UART_FLOW_CTRL |= (USI_UART_AUTO_FLOW_EN|USI_UART_RX_RTS); in USI_UARTInit()163 USIx->UART_FLOW_CTRL &= (~(USI_UART_AUTO_FLOW_EN|USI_UART_RX_RTS)); in USI_UARTInit()
Completed in 6 milliseconds