Home
last modified time | relevance | path

Searched defs:UART_LL_GET_HW (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Duart_ll.h26 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (&UART1)) macro
/hal_espressif-3.7.0/components/hal/esp32c2/include/hal/
Duart_ll.h25 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (&UART1)) macro
/hal_espressif-3.7.0/components/hal/esp32c3/include/hal/
Duart_ll.h26 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (&UART1)) macro
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Duart_ll.h26 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (((num) == 1) ? (&UART1) : (&UART2))) macro
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Duart_ll.h26 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (((num) == 1) ? (&UART1) : (&UART2))) macro
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/
Duart_ll.h27 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (&UART1)) macro
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/
Duart_ll.h32 #define UART_LL_GET_HW(num) (((num) == UART_NUM_0) ? (&UART0) : (((num) == UART_NUM_1) ? (&UART1) :… macro