Home
last modified time | relevance | path

Searched refs:stopbit (Results 1 – 4 of 4) sorted by relevance

/bsp/k210/drivers/
A Ddrv_uart.c313 uart_stopbit_t stopbit = (uart_stopbit_t)cfg->stop_bits; in rt_uart_configure() local
334 RT_ASSERT(stopbit != UART_STOP_2); in rt_uart_configure()
338 RT_ASSERT(stopbit != UART_STOP_1_5); in rt_uart_configure()
341 uint32_t stopbit_val = stopbit == UART_STOP_1 ? 0 : 1; in rt_uart_configure()
/bsp/ck802/libraries/common/usart/
A Ddw_usart.c156 static int32_t dw_usart_set_stopbit(dw_usart_reg_t *addr, usart_stop_bits_e stopbit) in dw_usart_set_stopbit() argument
160 switch (stopbit) { in dw_usart_set_stopbit()
/bsp/thead-smart/drivers/
A Ddrv_usart.h352 int32_t csi_usart_config_stopbits(usart_handle_t handle, usart_stop_bits_e stopbit);
A Dck_usart.c174 int32_t csi_usart_config_stopbits(usart_handle_t handle, usart_stop_bits_e stopbit) in csi_usart_config_stopbits() argument
182 switch (stopbit) in csi_usart_config_stopbits()

Completed in 9 milliseconds