Home
last modified time | relevance | path

Searched refs:USART_STOP_BITS_1 (Results 1 – 8 of 8) sorted by relevance

/bsp/ck802/libraries/include/
A Ddrv_usart.h75 USART_STOP_BITS_1 = 0, ///< 1 Stop bit (default) enumerator
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_usart.h66 USART_STOP_BITS_1 = 0x0U, /**< Stop bits is 1-bits */ enumerator
395 #define IS_USART_STOPBITS(x) (((x) == USART_STOP_BITS_1) || \
/bsp/thead-smart/drivers/
A Dboard_uart.c113 stopbits = USART_STOP_BITS_1 ; in uart_configure()
A Ddrv_usart.h70 USART_STOP_BITS_1 = 0, ///< 1 Stop bit (default) enumerator
A Dck_usart.c184 case USART_STOP_BITS_1: in csi_usart_config_stopbits()
/bsp/ck802/drivers/
A Dboard_uart.c159 stopbits = USART_STOP_BITS_1 ; in uart_configure()
/bsp/essemi/es32f0654/drivers/
A Ddrv_uart.c253 …usart->huart.init.stop_bits = ((cfg->stop_bits == STOP_BITS_1) ? USART_STOP_BITS_1 : USART_STOP… in es32f0x_configure()
/bsp/ck802/libraries/common/usart/
A Ddw_usart.c161 case USART_STOP_BITS_1: in dw_usart_set_stopbit()

Completed in 24 milliseconds