Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/serial/
Duart_numicro.c57 static inline int32_t uart_numicro_convert_stopbit(enum uart_config_stop_bits sb) in uart_numicro_convert_stopbit()
Duart_xlnx_ps.c463 enum uart_config_stop_bits stopbits) in uart_xlnx_ps_cfg2ll_stopbits()
701 static inline enum uart_config_stop_bits uart_xlnx_ps_ll2cfg_stopbits( in uart_xlnx_ps_ll2cfg_stopbits()
Duart_stm32.c265 static inline uint32_t uart_stm32_cfg2ll_stopbits(enum uart_config_stop_bits sb) in uart_stm32_cfg2ll_stopbits()
286 static inline enum uart_config_stop_bits uart_stm32_ll2cfg_stopbits(uint32_t sb) in uart_stm32_ll2cfg_stopbits()
/Zephyr-Core-2.7.6/include/drivers/
Duart.h279 enum uart_config_stop_bits { enum