Home
last modified time | relevance | path

Searched refs:uart_ll_set_rts_active_level (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Duart_hal.h107 #define uart_hal_set_rts(hal, active_level) uart_ll_set_rts_active_level((hal)->dev, active_level)
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h574 FORCE_INLINE_ATTR void uart_ll_set_rts_active_level(uart_dev_t *hw, int level) in uart_ll_set_rts_active_level() function