gpio_function_rp2350 enum
Syntax
enum gpio_function_rp2350
{
GPIO_FUNC_HSTX = 0,
GPIO_FUNC_SPI = 1,
GPIO_FUNC_UART = 2,
GPIO_FUNC_I2C = 3,
GPIO_FUNC_PWM = 4,
GPIO_FUNC_SIO = 5,
GPIO_FUNC_PIO0 = 6,
GPIO_FUNC_PIO1 = 7,
GPIO_FUNC_PIO2 = 8,
GPIO_FUNC_GPCK = 9,
GPIO_FUNC_XIP_CS1 = 9,
GPIO_FUNC_CORESIGHT_TRACE = 9,
GPIO_FUNC_USB = 10,
GPIO_FUNC_UART_AUX = 11,
GPIO_FUNC_NULL = 0x1f,
};