Home
last modified time | relevance | path

Searched refs:sleep_conf (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h571 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.h615 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.h640 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.h602 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.h640 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/soc/esp32s2/include/soc/
Duart_struct.h240 } sleep_conf; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h249 } sleep_conf; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h240 } sleep_conf; member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h241 } sleep_conf; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h1179 volatile uart_sleep_conf_reg_t sleep_conf; member