Searched refs:uart_word_length_t (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | uart_types.h | 51 } uart_word_length_t; typedef 141 uart_word_length_t data_bits; /*!< UART byte size*/
|
D | uart_hal.h | 237 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/ |
D | uart_hal.c | 48 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/ |
D | uart.h | 135 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/ |
D | esp_modem.h | 48 uart_word_length_t data_bits; /*!< Data bits of UART */
|
/hal_espressif-3.6.0/examples/peripherals/uart/nmea0183_parser/main/ |
D | nmea_parser.h | 135 uart_word_length_t data_bits; /*!< UART data bits length */
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_uart.c | 147 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/ |
D | uart_ll.h | 562 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/ |
D | uart_ll.h | 514 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/ |
D | uart_ll.h | 560 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/ |
D | uart_ll.h | 562 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/ |
D | uart_ll.h | 564 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/ |
D | vfs_uart.c | 559 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/ |
D | test_vfs_uart.c | 263 uart_word_length_t data_bit;
|
/hal_espressif-3.6.0/components/driver/ |
D | uart.c | 232 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/ |
D | uart.rst | 80 - :cpp:func:`uart_set_word_length` selected out of :cpp:type:`uart_word_length_t`
|