Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h165 #ifndef UART_CLOCK_NUM
166 #define UART_CLOCK_NUM(uart) clk_peri macro
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/
Duart.c16 return clock_get_hz(UART_CLOCK_NUM(inst)); in uart_clock_get_hz()