Searched refs:usart_stop_bit_set (Results 1 – 6 of 6) sorted by relevance
| /bsp/nuclei/libraries/gd32vf103/HAL_Drivers/ |
| A D | drv_usart.c | 90 usart_stop_bit_set(usart->usart_base, USART_STB_1BIT); in gd32_configure() 93 usart_stop_bit_set(usart->usart_base, USART_STB_2BIT); in gd32_configure() 96 usart_stop_bit_set(usart->usart_base, USART_STB_1BIT); in gd32_configure()
|
| /bsp/gd32/risc-v/libraries/gd32_drivers/ |
| A D | drv_usart.c | 273 usart_stop_bit_set(uart->uart_periph, USART_STB_2BIT); in gd32_uart_configure() 276 usart_stop_bit_set(uart->uart_periph, USART_STB_1BIT); in gd32_uart_configure()
|
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | drv_usart.c | 453 usart_stop_bit_set(uart->uart_periph, USART_STB_2BIT); in gd32_uart_configure() 456 usart_stop_bit_set(uart->uart_periph, USART_STB_1BIT); in gd32_uart_configure()
|
| A D | drv_usart_v2.c | 848 usart_stop_bit_set(uart->periph, USART_STB_2BIT); in gd32_uart_configure() 851 usart_stop_bit_set(uart->periph, USART_STB_1BIT); in gd32_uart_configure()
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/ |
| A D | gd32vf103_usart.c | 169 void usart_stop_bit_set(uint32_t usart_periph, uint32_t stblen) in usart_stop_bit_set() function
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/ |
| A D | gd32vf103_usart.h | 278 void usart_stop_bit_set(uint32_t usart_periph, uint32_t stblen);
|
Completed in 13 milliseconds