Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Duart_ll.h34 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (((num) == 1) ? (&UART1) : (&UART2))) macro
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Duart_ll.h34 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (&UART1)) macro
/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/
Duart_ll.h33 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (&UART1)) macro
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/
Duart_ll.h34 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (((num) == 1) ? (&UART1) : (&UART2))) macro
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/
Duart_ll.h33 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (&UART1)) macro