Searched refs:uart_conf (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/serial/ |
D | uart_max32.c | 24 struct uart_config uart_conf; member 237 ret = api_configure(dev, &cfg->uart_conf); in uart_max32_init() 441 .uart_conf.baudrate = DT_INST_PROP_OR(_num, current_speed, 115200), \ 442 .uart_conf.parity = DT_INST_ENUM_IDX_OR(_num, parity, UART_CFG_PARITY_NONE), \ 443 .uart_conf.data_bits = DT_INST_ENUM_IDX_OR(_num, data_bits, UART_CFG_DATA_BITS_8), \ 444 .uart_conf.stop_bits = DT_INST_ENUM_IDX_OR(_num, stop_bits, UART_CFG_STOP_BITS_1), \ 445 .uart_conf.flow_ctrl = \
|
/Zephyr-latest/drivers/net/ |
D | ppp.c | 155 struct uart_config uart_conf; in uart_callback() local 157 err = uart_config_get(dev, &uart_conf); in uart_callback() 160 } else if (uart_conf.baudrate / 10 * CONFIG_NET_PPP_ASYNC_UART_TX_TIMEOUT in uart_callback() 168 CONFIG_NET_PPP_ASYNC_UART_TX_TIMEOUT, uart_conf.baudrate); in uart_callback()
|