Searched defs:soc_gpio_pin (Results 1 – 2 of 2) sorted by relevance
21 struct soc_gpio_pin { struct22 GPIO_Port_TypeDef port; /** GPIO port */23 unsigned int pin; /** GPIO pin on the port */24 GPIO_Mode_TypeDef mode; /** mode of the pin, e.g. gpioModeInput */25 unsigned int out; /** out register value */
85 struct soc_gpio_pin { struct86 uint32_t mask; /** pin(s) bit mask */88 Gpio *regs; /** pointer to registers of the GPIO controller */90 Pio *regs; /** pointer to registers of the PIO controller */92 uint8_t periph_id; /** peripheral ID of the PIO controller */116 void soc_gpio_configure(const struct soc_gpio_pin *pin); argument