Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/hal/include/hal/
Duart_types.h61 } uart_stop_bits_t; typedef
143 uart_stop_bits_t stop_bits; /*!< UART stop bits*/
Duart_hal.h227 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/
Duart_hal.c38 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/
Duart.h159 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/
Desp_modem.h49 uart_stop_bits_t stop_bits; /*!< Stop bits of UART */
/hal_espressif-3.5.0/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.h137 uart_stop_bits_t stop_bits; /*!< UART stop bits length */
/hal_espressif-3.5.0/components/vfs/test/
Dtest_vfs_uart.c264 uart_stop_bits_t stop_bits;
286 uart_stop_bits_t stop_bits;
/hal_espressif-3.5.0/components/driver/test/
Dtest_uart.c160 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/
Duart_ll.h339 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/
Duart_ll.h340 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/
Duart_ll.h340 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/
Duart_ll.h292 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/
Duart_ll.h330 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/
Dvfs_uart.c768 uart_stop_bits_t stop_bits; in uart_tcgetattr()
/hal_espressif-3.5.0/components/driver/
Duart.c249 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/
Duart.rst84 - :cpp:func:`uart_set_stop_bits` selected out of :cpp:type:`uart_stop_bits_t`