Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Duart_types.h51 } uart_mode_t; typedef
Duart_hal.h354 void uart_hal_set_mode(uart_hal_context_t *hal, uart_mode_t mode);
/hal_espressif-latest/components/hal/
Duart_hal.c101 void uart_hal_set_mode(uart_hal_context_t *hal, uart_mode_t mode) in uart_hal_set_mode()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h679 FORCE_INLINE_ATTR void uart_ll_set_mode(uart_dev_t *hw, uart_mode_t mode) in uart_ll_set_mode()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h723 FORCE_INLINE_ATTR void uart_ll_set_mode(uart_dev_t *hw, uart_mode_t mode) in uart_ll_set_mode()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h755 FORCE_INLINE_ATTR void uart_ll_set_mode(uart_dev_t *hw, uart_mode_t mode) in uart_ll_set_mode()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h710 FORCE_INLINE_ATTR void uart_ll_set_mode(uart_dev_t *hw, uart_mode_t mode) in uart_ll_set_mode()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h755 FORCE_INLINE_ATTR void uart_ll_set_mode(uart_dev_t *hw, uart_mode_t mode) in uart_ll_set_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h787 FORCE_INLINE_ATTR void uart_ll_set_mode(uart_dev_t *hw, uart_mode_t mode) in uart_ll_set_mode()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h796 FORCE_INLINE_ATTR void uart_ll_set_mode(uart_dev_t *hw, uart_mode_t mode) in uart_ll_set_mode()
/hal_espressif-latest/components/driver/uart/
Duart.c106 uart_mode_t uart_mode; /*!< UART controller actual mode set by uart_set_mode() */
1647 esp_err_t uart_set_mode(uart_port_t uart_num, uart_mode_t mode) in uart_set_mode()