Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/driver/include/driver/
Duart.h103 esp_err_t uart_driver_install(uart_port_t uart_num, int rx_buffer_size, int tx_buffer_size, int que…
114 esp_err_t uart_driver_delete(uart_port_t uart_num);
125 bool uart_is_driver_installed(uart_port_t uart_num);
137 esp_err_t uart_set_word_length(uart_port_t uart_num, uart_word_length_t data_bit);
149 esp_err_t uart_get_word_length(uart_port_t uart_num, uart_word_length_t* data_bit);
161 esp_err_t uart_set_stop_bits(uart_port_t uart_num, uart_stop_bits_t stop_bits);
173 esp_err_t uart_get_stop_bits(uart_port_t uart_num, uart_stop_bits_t* stop_bits);
185 esp_err_t uart_set_parity(uart_port_t uart_num, uart_parity_t parity_mode);
198 esp_err_t uart_get_parity(uart_port_t uart_num, uart_parity_t* parity_mode);
210 esp_err_t uart_set_baudrate(uart_port_t uart_num, uint32_t baudrate);
[all …]
Duart_select.h31 typedef void (*uart_select_notif_callback_t)(uart_port_t uart_num, uart_select_notif_t uart_select_…
38 void uart_set_select_notif_callback(uart_port_t uart_num, uart_select_notif_callback_t uart_select_…
/device/soc/esp/esp32/components/driver/
Duart.c111 uart_port_t uart_num; /*!< UART port number*/
173 static void rtc_clk_enable(uart_port_t uart_num) in rtc_clk_enable()
183 static void rtc_clk_disable(uart_port_t uart_num) in rtc_clk_disable()
196 static void uart_module_enable(uart_port_t uart_num) in uart_module_enable()
218 static void uart_module_disable(uart_port_t uart_num) in uart_module_disable()
230 esp_err_t uart_set_word_length(uart_port_t uart_num, uart_word_length_t data_bit) in uart_set_word_length()
240 esp_err_t uart_get_word_length(uart_port_t uart_num, uart_word_length_t* data_bit) in uart_get_word_length()
247 esp_err_t uart_set_stop_bits(uart_port_t uart_num, uart_stop_bits_t stop_bit) in uart_set_stop_bits()
257 esp_err_t uart_get_stop_bits(uart_port_t uart_num, uart_stop_bits_t* stop_bit) in uart_get_stop_bits()
264 esp_err_t uart_set_parity(uart_port_t uart_num, uart_parity_t parity_mode) in uart_set_parity()
[all …]
/device/soc/telink/b91/hdf/uart/
Duart_telink.c31 static int32_t get_config_from_hcs(uart_port_t *port, const struct DeviceResourceNode *node);
69 uart_port_t *port = (uart_port_t *)OsalMemCalloc(sizeof(uart_port_t)); in uart_device_attach()
249 static int32_t get_config_from_hcs(uart_port_t *port, const struct DeviceResourceNode *node) in get_config_from_hcs()
Duart_tlsr9518.h43 } uart_port_t; typedef
/device/soc/esp/esp32/components/hal/include/hal/
Duart_types.h29 typedef int uart_port_t; typedef
Duart_hal.h188 void uart_hal_init(uart_hal_context_t *hal, uart_port_t uart_num);
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h905 FORCE_INLINE_ATTR void uart_ll_force_xoff(uart_port_t uart_num) in uart_ll_force_xoff()
918 FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) in uart_ll_force_xon()
932 FORCE_INLINE_ATTR uint32_t uart_ll_get_fsm_status(uart_port_t uart_num) in uart_ll_get_fsm_status()
/device/board/openvalley/niobeu4/liteos_m/hals/iot_hardware/wifiiot_lite/
Dhal_iot_uart.c47 uart_port_t num;