Home
last modified time | relevance | path

Searched refs:stop_bit (Results 1 – 7 of 7) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A Dhal_uart.c170 (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 Dtest_uart.c90 uart_config.stop_bit = UART_STOP_BIT_1; in cmd_test_uart()
/bsp/at32/libraries/rt_drivers/
A Ddrv_usart.c91 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 Ddrv_usart_v2.c89 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 Dch56x_uart.c126 lcr.stop_bit = LCR_STOP_BITS_2; in uart_configure()
130 lcr.stop_bit = LCR_STOP_BITS_1; in uart_configure()
A Dch56x_uart.h117 uint8_t stop_bit : 1; // B.2 : RW, stop bit length, 1/2 bits member
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dhal_uart.h111 uart_stop_bit_t stop_bit; member

Completed in 22 milliseconds