Searched refs:CLT2_RTSEN (Results 1 – 1 of 1) sorted by relevance
253 #define CLT2_RTSEN(regval) (BIT(8) & ((uint32_t)(regval) << 8)) macro254 #define USART_RTS_ENABLE CLT2_RTSEN(1) /*!< RTS enable */255 #define USART_RTS_DISABLE CLT2_RTSEN(0) /*!< RTS disable */
Completed in 4 milliseconds