Home
last modified time | relevance | path

Searched refs:UART_LL_MIN_WAKEUP_THRESH (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h31 #define UART_LL_MIN_WAKEUP_THRESH (3) macro
571 hw->sleep_conf.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
725 return hw->sleep_conf.active_threshold + UART_LL_MIN_WAKEUP_THRESH; in uart_ll_get_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h32 #define UART_LL_MIN_WAKEUP_THRESH (3) macro
615 hw->sleep_conf.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
769 return hw->sleep_conf.active_threshold + UART_LL_MIN_WAKEUP_THRESH; in uart_ll_get_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h31 #define UART_LL_MIN_WAKEUP_THRESH (3) macro
640 hw->sleep_conf.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
801 return hw->sleep_conf.active_threshold + UART_LL_MIN_WAKEUP_THRESH; in uart_ll_get_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h31 #define UART_LL_MIN_WAKEUP_THRESH (3) macro
602 hw->sleep_conf.active_threshold = wakeup_thrd - (UART_LL_MIN_WAKEUP_THRESH - 1); in uart_ll_set_wakeup_thrd()
756 return hw->sleep_conf.active_threshold + (UART_LL_MIN_WAKEUP_THRESH - 1); in uart_ll_get_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h32 #define UART_LL_MIN_WAKEUP_THRESH (3) macro
640 hw->sleep_conf.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
801 return hw->sleep_conf.active_threshold + UART_LL_MIN_WAKEUP_THRESH; in uart_ll_get_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h30 #define UART_LL_MIN_WAKEUP_THRESH (3) macro
667 hw->sleep_conf2.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
833 return hw->sleep_conf2.active_threshold + UART_LL_MIN_WAKEUP_THRESH; in uart_ll_get_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h32 #define UART_LL_MIN_WAKEUP_THRESH (3) macro
688 hw->sleep_conf2.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
842 return hw->sleep_conf2.active_threshold + UART_LL_MIN_WAKEUP_THRESH; in uart_ll_get_wakeup_thrd()
/hal_espressif-latest/components/driver/uart/
Duart.c51 #define UART_MIN_WAKEUP_THRESH (UART_LL_MIN_WAKEUP_THRESH)