Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h603 hw->sleep_conf.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
745 return hw->sleep_conf.active_threshold + UART_LL_MIN_WAKEUP_THRESH; in uart_ll_get_wakeup_thrd()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Duart_struct.h245 …uint32_t active_threshold:10; /*When the input rxd edge changes more than this register … member