Searched refs:uart_conf (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/drivers/serial/ |
| D | uart_max32.c | 36 struct uart_config uart_conf; member 307 ret = api_configure(dev, &cfg->uart_conf); in uart_max32_init() 1044 .uart_conf.baudrate = DT_INST_PROP(_num, current_speed), \ 1045 .uart_conf.parity = DT_INST_ENUM_IDX(_num, parity), \ 1046 .uart_conf.data_bits = DT_INST_ENUM_IDX(_num, data_bits), \ 1047 .uart_conf.stop_bits = DT_INST_ENUM_IDX(_num, stop_bits), \ 1048 .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()
|