Home
last modified time | relevance | path

Searched refs:wakeup_thrd (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/hal/
Duart_hal.c91 void uart_hal_set_wakeup_thrd(uart_hal_context_t *hal, uint32_t wakeup_thrd) in uart_hal_set_wakeup_thrd() argument
93 uart_ll_set_wakeup_thrd(hal->dev, wakeup_thrd); in uart_hal_set_wakeup_thrd()
96 void uart_hal_get_wakeup_thrd(uart_hal_context_t *hal, uint32_t *wakeup_thrd) in uart_hal_get_wakeup_thrd() argument
98 *wakeup_thrd = uart_ll_get_wakeup_thrd(hal->dev); in uart_hal_get_wakeup_thrd()
/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h344 void uart_hal_set_wakeup_thrd(uart_hal_context_t *hal, uint32_t wakeup_thrd);
374 void uart_hal_get_wakeup_thrd(uart_hal_context_t *hal, uint32_t *wakeup_thrd);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h568 FORCE_INLINE_ATTR void uart_ll_set_wakeup_thrd(uart_dev_t *hw, uint32_t wakeup_thrd) in uart_ll_set_wakeup_thrd() argument
571 hw->sleep_conf.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h612 FORCE_INLINE_ATTR void uart_ll_set_wakeup_thrd(uart_dev_t *hw, uint32_t wakeup_thrd) in uart_ll_set_wakeup_thrd() argument
615 hw->sleep_conf.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h637 FORCE_INLINE_ATTR void uart_ll_set_wakeup_thrd(uart_dev_t *hw, uint32_t wakeup_thrd) in uart_ll_set_wakeup_thrd() argument
640 hw->sleep_conf.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h598 FORCE_INLINE_ATTR void uart_ll_set_wakeup_thrd(uart_dev_t *hw, uint32_t wakeup_thrd) in uart_ll_set_wakeup_thrd() argument
602 hw->sleep_conf.active_threshold = wakeup_thrd - (UART_LL_MIN_WAKEUP_THRESH - 1); in uart_ll_set_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h637 FORCE_INLINE_ATTR void uart_ll_set_wakeup_thrd(uart_dev_t *hw, uint32_t wakeup_thrd) in uart_ll_set_wakeup_thrd() argument
640 hw->sleep_conf.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h664 FORCE_INLINE_ATTR void uart_ll_set_wakeup_thrd(uart_dev_t *hw, uint32_t wakeup_thrd) in uart_ll_set_wakeup_thrd() argument
667 hw->sleep_conf2.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h685 FORCE_INLINE_ATTR void uart_ll_set_wakeup_thrd(uart_dev_t *hw, uint32_t wakeup_thrd) in uart_ll_set_wakeup_thrd() argument
688 hw->sleep_conf2.active_threshold = wakeup_thrd - UART_LL_MIN_WAKEUP_THRESH; in uart_ll_set_wakeup_thrd()