Searched refs:USART_CTL2 (Results 1 – 2 of 2) sorted by relevance
372 USART_CTL2(usart_periph) |= USART_CTL2_HDEN; in usart_halfduplex_enable()460 USART_CTL2(usart_periph) |= USART_CTL2_SCEN; in usart_smartcard_mode_enable()482 USART_CTL2(usart_periph) |= USART_CTL2_NKEN; in usart_smartcard_mode_nack_enable()561 ctl = USART_CTL2(usart_periph); in usart_hardware_flow_rts_config()565 USART_CTL2(usart_periph) = ctl; in usart_hardware_flow_rts_config()582 ctl = USART_CTL2(usart_periph); in usart_hardware_flow_cts_config()586 USART_CTL2(usart_periph) = ctl; in usart_hardware_flow_cts_config()603 ctl = USART_CTL2(usart_periph); in usart_dma_receive_config()607 USART_CTL2(usart_periph) = ctl; in usart_dma_receive_config()624 ctl = USART_CTL2(usart_periph); in usart_dma_transmit_config()[all …]
55 #define USART_CTL2(usartx) REG32((usartx) + (0x00000014U)) /*!< USART control register… macro
Completed in 8 milliseconds