Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h207 #ifndef UART_RESET_NUM
209 #define UART_RESET_NUM(uart) (uart_get_index(uart) ? RESET_UART1 : RESET_UART0) macro
607 return UART_RESET_NUM(uart); in uart_get_reset_num()