Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/uart/
Duart.c103 uart_port_t uart_num; /*!< UART port number*/
170 static void uart_module_enable(uart_port_t uart_num) in uart_module_enable()
191 static void uart_module_disable(uart_port_t uart_num) in uart_module_disable()
208 esp_err_t uart_set_word_length(uart_port_t uart_num, uart_word_length_t data_bit) in uart_set_word_length()
218 esp_err_t uart_get_word_length(uart_port_t uart_num, uart_word_length_t *data_bit) in uart_get_word_length()
225 esp_err_t uart_set_stop_bits(uart_port_t uart_num, uart_stop_bits_t stop_bit) in uart_set_stop_bits()
235 esp_err_t uart_get_stop_bits(uart_port_t uart_num, uart_stop_bits_t *stop_bit) in uart_get_stop_bits()
244 esp_err_t uart_set_parity(uart_port_t uart_num, uart_parity_t parity_mode) in uart_set_parity()
253 esp_err_t uart_get_parity(uart_port_t uart_num, uart_parity_t *parity_mode) in uart_get_parity()
262 esp_err_t uart_set_baudrate(uart_port_t uart_num, uint32_t baud_rate) in uart_set_baudrate()
[all …]
/hal_espressif-latest/components/driver/uart/include/driver/
Duart_select.h23 typedef void (*uart_select_notif_callback_t)(uart_port_t uart_num, uart_select_notif_t uart_select_…
30 void uart_set_select_notif_callback(uart_port_t uart_num, uart_select_notif_callback_t uart_select_…
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart.c75 uart_port_t port; in hci_driver_uart_tx_task()
98 uart_port_t port; in hci_driver_uart_rx_task()
/hal_espressif-latest/components/hal/include/hal/
Duart_types.h38 } uart_port_t; typedef
Duart_hal.h199 void uart_hal_init(uart_hal_context_t *hal, uart_port_t uart_num);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h929 FORCE_INLINE_ATTR void uart_ll_force_xoff(uart_port_t uart_num) in uart_ll_force_xoff()
942 FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) in uart_ll_force_xon()
956 FORCE_INLINE_ATTR uint32_t uart_ll_get_fsm_status(uart_port_t uart_num) in uart_ll_get_fsm_status()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h973 static inline void uart_ll_force_xoff(uart_port_t uart_num) in uart_ll_force_xoff()
986 FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) in uart_ll_force_xon()
1000 FORCE_INLINE_ATTR uint32_t uart_ll_get_fsm_status(uart_port_t uart_num) in uart_ll_get_fsm_status()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h952 FORCE_INLINE_ATTR void uart_ll_force_xoff(uart_port_t uart_num) in uart_ll_force_xoff()
966 FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) in uart_ll_force_xon()
981 FORCE_INLINE_ATTR uint32_t uart_ll_get_fsm_status(uart_port_t uart_num) in uart_ll_get_fsm_status()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h979 FORCE_INLINE_ATTR void uart_ll_force_xoff(uart_port_t uart_num) in uart_ll_force_xoff()
992 FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) in uart_ll_force_xon()
1006 FORCE_INLINE_ATTR uint32_t uart_ll_get_fsm_status(uart_port_t uart_num) in uart_ll_get_fsm_status()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h1013 FORCE_INLINE_ATTR void uart_ll_force_xoff(uart_port_t uart_num) in uart_ll_force_xoff()
1027 FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) in uart_ll_force_xon()
1042 FORCE_INLINE_ATTR uint32_t uart_ll_get_fsm_status(uart_port_t uart_num) in uart_ll_get_fsm_status()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h1055 FORCE_INLINE_ATTR void uart_ll_force_xoff(uart_port_t uart_num) in uart_ll_force_xoff()
1069 FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) in uart_ll_force_xon()
1084 FORCE_INLINE_ATTR uint32_t uart_ll_get_fsm_status(uart_port_t uart_num) in uart_ll_get_fsm_status()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h1064 FORCE_INLINE_ATTR void uart_ll_force_xoff(uart_port_t uart_num) in uart_ll_force_xoff()
1078 FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) in uart_ll_force_xon()
1093 FORCE_INLINE_ATTR uint32_t uart_ll_get_fsm_status(uart_port_t uart_num) in uart_ll_get_fsm_status()
/hal_espressif-latest/components/hal/
Duart_hal.c126 void uart_hal_init(uart_hal_context_t *hal, uart_port_t uart_num) in uart_hal_init()