Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/
Duart_hal.c120 uart_ll_set_mode(hal->dev, mode); in uart_hal_set_mode()
146 uart_ll_set_mode(hal->dev, UART_MODE_UART); in uart_hal_init()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h699 FORCE_INLINE_ATTR void uart_ll_set_mode(uart_dev_t *hw, uart_mode_t mode) in uart_ll_set_mode() function