Home
last modified time | relevance | path

Searched refs:UART_LL_GET_HW (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h31 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (((num) == 1) ? (&UART1) : (&UART2))) macro
/device/soc/esp/esp32/components/driver/
Duart.c85 .hal.dev = UART_LL_GET_HW(uart_num),\