Searched refs:USART5_CTL1_CPL (Results 1 – 2 of 2) sorted by relevance
695 ctl &= ~(USART5_CTL1_CLEN | USART5_CTL1_CPH | USART5_CTL1_CPL); in usart_synchronous_clock_config()697 ctl |= (USART5_CTL1_CLEN & clen) | (USART5_CTL1_CPH & cph) | (USART5_CTL1_CPL & cpl); in usart_synchronous_clock_config()
198 #define USART5_CTL1_CPL BIT(10) /*!< clock polarity */ macro