Searched refs:uart_mode_t (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | uart_types.h | 51 } uart_mode_t; typedef
|
D | uart_hal.h | 354 void uart_hal_set_mode(uart_hal_context_t *hal, uart_mode_t mode);
|
/hal_espressif-latest/components/hal/ |
D | uart_hal.c | 101 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/ |
D | uart_ll.h | 679 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/ |
D | uart_ll.h | 723 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/ |
D | uart_ll.h | 755 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/ |
D | uart_ll.h | 710 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/ |
D | uart_ll.h | 755 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/ |
D | uart_ll.h | 787 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/ |
D | uart_ll.h | 796 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/ |
D | uart.c | 106 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()
|