uart_get_wakeup_threshold() function
Get the number of RX pin signal edges for light sleep wakeup. See description of uart_set_wakeup_threshold for the explanation of UART wakeup feature.
Arguments
uart_num
UART number, the max port number is (UART_NUM_MAX -1).
out_wakeup_threshold
output, set to the current value of wakeup threshold for the given UART.
Return value
- ESP_OK on success - ESP_ERR_INVALID_ARG if out_wakeup_threshold is NULL
uart_get_wakeup_threshold() calls 3 functions:
![]()
uart_get_wakeup_threshold()
uart_get_wakeup_threshold() reads 9 variables:
![]()
uart_get_wakeup_threshold()