Home
last modified time | relevance | path

Searched refs:usart_stop_bit_set (Results 1 – 6 of 6) sorted by relevance

/bsp/nuclei/libraries/gd32vf103/HAL_Drivers/
A Ddrv_usart.c90 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 Ddrv_usart.c273 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 Ddrv_usart.c453 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 Ddrv_usart_v2.c848 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 Dgd32vf103_usart.c169 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 Dgd32vf103_usart.h278 void usart_stop_bit_set(uint32_t usart_periph, uint32_t stblen);

Completed in 13 milliseconds