Home
last modified time | relevance | path

Searched refs:uart_word_length_t (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Duart_types.h51 } uart_word_length_t; typedef
141 uart_word_length_t data_bits; /*!< UART byte size*/
Duart_hal.h237 void uart_hal_set_data_bit_num(uart_hal_context_t *hal, uart_word_length_t data_bit);
392 void uart_hal_get_data_bit_num(uart_hal_context_t *hal, uart_word_length_t *data_bit);
/hal_espressif-3.6.0/components/hal/
Duart_hal.c48 void uart_hal_set_data_bit_num(uart_hal_context_t *hal, uart_word_length_t data_bit) in uart_hal_set_data_bit_num()
53 void uart_hal_get_data_bit_num(uart_hal_context_t *hal, uart_word_length_t *data_bit) in uart_hal_get_data_bit_num()
169 uart_word_length_t data_bit; in uart_hal_get_symb_len()
/hal_espressif-3.6.0/components/driver/include/driver/
Duart.h135 esp_err_t uart_set_word_length(uart_port_t uart_num, uart_word_length_t data_bit);
147 esp_err_t uart_get_word_length(uart_port_t uart_num, uart_word_length_t* data_bit);
/hal_espressif-3.6.0/examples/protocols/pppos_client/components/modem/include/
Desp_modem.h48 uart_word_length_t data_bits; /*!< Data bits of UART */
/hal_espressif-3.6.0/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.h135 uart_word_length_t data_bits; /*!< UART data bits length */
/hal_espressif-3.6.0/components/driver/test/
Dtest_uart.c147 uart_word_length_t word_length_set = 0; in uart_word_len_set_get_test()
148 uart_word_length_t word_length_get = 0; in uart_word_len_set_get_test()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Duart_ll.h562 static inline void uart_ll_set_data_bit_num(uart_dev_t *hw, uart_word_length_t data_bit) in uart_ll_set_data_bit_num()
764 static inline void uart_ll_get_data_bit_num(uart_dev_t *hw, uart_word_length_t *data_bit) in uart_ll_get_data_bit_num()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Duart_ll.h514 FORCE_INLINE_ATTR void uart_ll_set_data_bit_num(uart_dev_t *hw, uart_word_length_t data_bit) in uart_ll_set_data_bit_num()
721 FORCE_INLINE_ATTR void uart_ll_get_data_bit_num(uart_dev_t *hw, uart_word_length_t *data_bit) in uart_ll_get_data_bit_num()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Duart_ll.h560 FORCE_INLINE_ATTR void uart_ll_set_data_bit_num(uart_dev_t *hw, uart_word_length_t data_bit) in uart_ll_set_data_bit_num()
768 FORCE_INLINE_ATTR void uart_ll_get_data_bit_num(uart_dev_t *hw, uart_word_length_t *data_bit) in uart_ll_get_data_bit_num()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Duart_ll.h562 static inline void uart_ll_set_data_bit_num(uart_dev_t *hw, uart_word_length_t data_bit) in uart_ll_set_data_bit_num()
776 static inline void uart_ll_get_data_bit_num(uart_dev_t *hw, uart_word_length_t *data_bit) in uart_ll_get_data_bit_num()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Duart_ll.h564 FORCE_INLINE_ATTR void uart_ll_set_data_bit_num(uart_dev_t *hw, uart_word_length_t data_bit) in uart_ll_set_data_bit_num()
771 FORCE_INLINE_ATTR void uart_ll_get_data_bit_num(uart_dev_t *hw, uart_word_length_t *data_bit) in uart_ll_get_data_bit_num()
/hal_espressif-3.6.0/components/vfs/
Dvfs_uart.c559 uart_word_length_t data_bits; in uart_tcsetattr()
739 uart_word_length_t data_bits; in uart_tcgetattr()
/hal_espressif-3.6.0/components/vfs/test/
Dtest_vfs_uart.c263 uart_word_length_t data_bit;
/hal_espressif-3.6.0/components/driver/
Duart.c232 esp_err_t uart_set_word_length(uart_port_t uart_num, uart_word_length_t data_bit) in uart_set_word_length()
242 esp_err_t uart_get_word_length(uart_port_t uart_num, uart_word_length_t *data_bit) in uart_get_word_length()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Duart.rst80 - :cpp:func:`uart_set_word_length` selected out of :cpp:type:`uart_word_length_t`