Searched refs:stop_bit (Results 1 – 7 of 7) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/uart/ |
| A D | hal_uart.c | 170 (config->stop_bit <= UART_STOP_BIT_2) && in uart_config_is_valid() 187 uart_stop_bit_t stop_bit, uart_parity_t parity) in uart_set_format() argument 215 switch (stop_bit) in uart_set_format() 626 .stop_bit = UART_STOP_BIT_1, 652 uart_config->stop_bit, uart_config->parity); in hal_uart_init() 889 uart_config->stop_bit, uart_config->parity); in hal_uart_control()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/uart/ |
| A D | test_uart.c | 90 uart_config.stop_bit = UART_STOP_BIT_1; in cmd_test_uart()
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_usart.c | 91 usart_stop_bit_num_type stop_bit; in at32_configure() local 120 stop_bit = USART_STOP_1_BIT; in at32_configure() 123 stop_bit = USART_STOP_2_BIT; in at32_configure() 126 stop_bit = USART_STOP_1_BIT; in at32_configure() 165 usart_init(instance->uart_x, cfg->baud_rate, data_bit, stop_bit); in at32_configure()
|
| A D | drv_usart_v2.c | 89 usart_stop_bit_num_type stop_bit; in at32_configure() local 118 stop_bit = USART_STOP_1_BIT; in at32_configure() 121 stop_bit = USART_STOP_2_BIT; in at32_configure() 124 stop_bit = USART_STOP_1_BIT; in at32_configure() 161 usart_init(instance->uart_x, cfg->baud_rate, data_bit, stop_bit); in at32_configure()
|
| /bsp/wch/risc-v/Libraries/ch56x_drivers/ |
| A D | ch56x_uart.c | 126 lcr.stop_bit = LCR_STOP_BITS_2; in uart_configure() 130 lcr.stop_bit = LCR_STOP_BITS_1; in uart_configure()
|
| A D | ch56x_uart.h | 117 uint8_t stop_bit : 1; // B.2 : RW, stop bit length, 1/2 bits member
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_uart.h | 111 uart_stop_bit_t stop_bit; member
|
Completed in 22 milliseconds