Searched refs:uart_stop_bits_t (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.5.0/components/hal/include/hal/ |
D | uart_types.h | 61 } uart_stop_bits_t; typedef 143 uart_stop_bits_t stop_bits; /*!< UART stop bits*/
|
D | uart_hal.h | 227 void uart_hal_set_stop_bits(uart_hal_context_t *hal, uart_stop_bits_t stop_bit); 402 void uart_hal_get_stop_bits(uart_hal_context_t *hal, uart_stop_bits_t *stop_bit);
|
/hal_espressif-3.5.0/components/hal/ |
D | uart_hal.c | 38 void uart_hal_set_stop_bits(uart_hal_context_t *hal, uart_stop_bits_t stop_bit) in uart_hal_set_stop_bits() 43 void uart_hal_get_stop_bits(uart_hal_context_t *hal, uart_stop_bits_t *stop_bit) in uart_hal_get_stop_bits() 168 uart_stop_bits_t stop_bit; in uart_hal_get_symb_len()
|
/hal_espressif-3.5.0/components/driver/include/driver/ |
D | uart.h | 159 esp_err_t uart_set_stop_bits(uart_port_t uart_num, uart_stop_bits_t stop_bits); 171 esp_err_t uart_get_stop_bits(uart_port_t uart_num, uart_stop_bits_t* stop_bits);
|
/hal_espressif-3.5.0/examples/protocols/pppos_client/components/modem/include/ |
D | esp_modem.h | 49 uart_stop_bits_t stop_bits; /*!< Stop bits of UART */
|
/hal_espressif-3.5.0/examples/peripherals/uart/nmea0183_parser/main/ |
D | nmea_parser.h | 137 uart_stop_bits_t stop_bits; /*!< UART stop bits length */
|
/hal_espressif-3.5.0/components/vfs/test/ |
D | test_vfs_uart.c | 264 uart_stop_bits_t stop_bits; 286 uart_stop_bits_t stop_bits;
|
/hal_espressif-3.5.0/components/driver/test/ |
D | test_uart.c | 160 uart_stop_bits_t stop_bit_set = 0; in uart_stop_bit_set_get_test() 161 uart_stop_bits_t stop_bit_get = 0; in uart_stop_bit_set_get_test()
|
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/ |
D | uart_ll.h | 339 FORCE_INLINE_ATTR void uart_ll_set_stop_bits(uart_dev_t *hw, uart_stop_bits_t stop_bit) in uart_ll_set_stop_bits() 352 FORCE_INLINE_ATTR void uart_ll_get_stop_bits(uart_dev_t *hw, uart_stop_bits_t *stop_bit) in uart_ll_get_stop_bits()
|
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/ |
D | uart_ll.h | 340 static inline void uart_ll_set_stop_bits(uart_dev_t *hw, uart_stop_bits_t stop_bit) in uart_ll_set_stop_bits() 353 static inline void uart_ll_get_stop_bits(uart_dev_t *hw, uart_stop_bits_t *stop_bit) in uart_ll_get_stop_bits()
|
/hal_espressif-3.5.0/components/hal/esp32h2/include/hal/ |
D | uart_ll.h | 340 static inline void uart_ll_set_stop_bits(uart_dev_t *hw, uart_stop_bits_t stop_bit) in uart_ll_set_stop_bits() 353 static inline void uart_ll_get_stop_bits(uart_dev_t *hw, uart_stop_bits_t *stop_bit) in uart_ll_get_stop_bits()
|
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/ |
D | uart_ll.h | 292 FORCE_INLINE_ATTR void uart_ll_set_stop_bits(uart_dev_t *hw, uart_stop_bits_t stop_bit) in uart_ll_set_stop_bits() 305 FORCE_INLINE_ATTR void uart_ll_get_stop_bits(uart_dev_t *hw, uart_stop_bits_t *stop_bit) in uart_ll_get_stop_bits()
|
/hal_espressif-3.5.0/components/hal/esp32/include/hal/ |
D | uart_ll.h | 330 FORCE_INLINE_ATTR void uart_ll_set_stop_bits(uart_dev_t *hw, uart_stop_bits_t stop_bit) in uart_ll_set_stop_bits() 350 FORCE_INLINE_ATTR void uart_ll_get_stop_bits(uart_dev_t *hw, uart_stop_bits_t *stop_bit) in uart_ll_get_stop_bits()
|
/hal_espressif-3.5.0/components/vfs/ |
D | vfs_uart.c | 768 uart_stop_bits_t stop_bits; in uart_tcgetattr()
|
/hal_espressif-3.5.0/components/driver/ |
D | uart.c | 249 esp_err_t uart_set_stop_bits(uart_port_t uart_num, uart_stop_bits_t stop_bit) in uart_set_stop_bits() 259 esp_err_t uart_get_stop_bits(uart_port_t uart_num, uart_stop_bits_t *stop_bit) in uart_get_stop_bits()
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | uart.rst | 84 - :cpp:func:`uart_set_stop_bits` selected out of :cpp:type:`uart_stop_bits_t`
|