Searched refs:stopbit (Results 1 – 4 of 4) sorted by relevance
313 uart_stopbit_t stopbit = (uart_stopbit_t)cfg->stop_bits; in rt_uart_configure() local334 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()
156 static int32_t dw_usart_set_stopbit(dw_usart_reg_t *addr, usart_stop_bits_e stopbit) in dw_usart_set_stopbit() argument160 switch (stopbit) { in dw_usart_set_stopbit()
352 int32_t csi_usart_config_stopbits(usart_handle_t handle, usart_stop_bits_e stopbit);
174 int32_t csi_usart_config_stopbits(usart_handle_t handle, usart_stop_bits_e stopbit) in csi_usart_config_stopbits() argument182 switch (stopbit) in csi_usart_config_stopbits()
Completed in 9 milliseconds