Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_esp32.c282 static int uart_esp32_configure(const struct device *dev, const struct uart_config *cfg) in uart_esp32_configure() function
952 int ret = uart_esp32_configure(dev, &data->uart_config); in uart_esp32_init()
998 .configure = uart_esp32_configure,