Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/soc/silabs/common/
Dsoc_gpio.h21 struct soc_gpio_pin { struct
22 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 */
/Zephyr-Core-3.7.0/soc/atmel/sam/common/
Dsoc_gpio.h85 struct soc_gpio_pin { struct
86 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