Searched refs:USART_CTL0 (Results 1 – 2 of 2) sorted by relevance
136 USART_CTL0(usart_periph) |= paritycfg ; in usart_parity_config()152 USART_CTL0(usart_periph) &= ~USART_CTL0_WL; in usart_word_length_set()154 USART_CTL0(usart_periph) |= wlen; in usart_word_length_set()185 USART_CTL0(usart_periph) |= USART_CTL0_UEN; in usart_enable()213 ctl = USART_CTL0(usart_periph); in usart_transmit_config()217 USART_CTL0(usart_periph) = ctl; in usart_transmit_config()234 ctl = USART_CTL0(usart_periph); in usart_receive_config()238 USART_CTL0(usart_periph) = ctl; in usart_receive_config()285 USART_CTL0(usart_periph) |= USART_CTL0_RWU; in usart_mute_mode_enable()311 USART_CTL0(usart_periph) &= ~(USART_CTL0_WM); in usart_mute_mode_wakeup_config()[all …]
53 #define USART_CTL0(usartx) REG32((usartx) + (0x0000000CU)) /*!< USART control register… macro
Completed in 10 milliseconds