Home
last modified time | relevance | path

Searched defs:UART_FUNCSEL_NUM (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/host/hardware_uart/include/hardware/
Duart.h94 #define UART_FUNCSEL_NUM(uart, gpio) 0 macro
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h179 #define UART_FUNCSEL_NUM(uart, gpio) GPIO_FUNC_UART macro
181 #define UART_FUNCSEL_NUM(uart, gpio) ((gpio) & 0x2 ? GPIO_FUNC_UART_AUX : GPIO_FUNC_UART) macro