Home
last modified time | relevance | path

Searched refs:UART_LL_FSM_TX_WAIT_SEND (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h36 #define UART_LL_FSM_TX_WAIT_SEND (0xf) macro
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h35 #define UART_LL_FSM_TX_WAIT_SEND (0xf) macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h36 #define UART_LL_FSM_TX_WAIT_SEND (0xf) macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h34 #define UART_LL_FSM_TX_WAIT_SEND (0xf) macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h36 #define UART_LL_FSM_TX_WAIT_SEND (0xf) macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c556 } while (!(uart_fsm == UART_LL_FSM_IDLE || uart_fsm == UART_LL_FSM_TX_WAIT_SEND)); in suspend_uarts()