Searched refs:USART_CTL1 (Results 1 – 2 of 2) sorted by relevance
172 USART_CTL1(usart_periph) &= ~USART_CTL1_STB; in usart_stop_bit_set()174 USART_CTL1(usart_periph) |= stblen; in usart_stop_bit_set()273 USART_CTL1(usart_periph) &= ~(USART_CTL1_ADDR); in usart_address_config()274 USART_CTL1(usart_periph) |= (USART_CTL1_ADDR & addr); in usart_address_config()323 USART_CTL1(usart_periph) |= USART_CTL1_LMEN; in usart_lin_mode_enable()334 USART_CTL1(usart_periph) &= ~(USART_CTL1_LMEN); in usart_lin_mode_disable()349 USART_CTL1(usart_periph) &= ~(USART_CTL1_LBLEN); in usart_lin_break_detection_length_config()394 USART_CTL1(usart_periph) |= USART_CTL1_CKEN; in usart_synchronous_clock_enable()405 USART_CTL1(usart_periph) &= ~(USART_CTL1_CKEN); in usart_synchronous_clock_disable()431 ctl = USART_CTL1(usart_periph); in usart_synchronous_clock_config()[all …]
54 #define USART_CTL1(usartx) REG32((usartx) + (0x00000010U)) /*!< USART control register… macro
Completed in 8 milliseconds