Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_gecko.c83 GPIO_Port_TypeDef gpio_index; member
107 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_configure() local
127 out = GPIO_PinOutGet(gpio_index, pin); in gpio_gecko_configure()
150 GPIO_PinModeSet(gpio_index, pin, mode, out); in gpio_gecko_configure()
161 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_get_config() local
166 mode = GPIO_PinModeGet(gpio_index, pin); in gpio_gecko_get_config()
167 out = GPIO_PinOutGet(gpio_index, pin); in gpio_gecko_get_config()
229 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_port_get_raw() local
231 *value = GPIO_PortInGet(gpio_index); in gpio_gecko_port_get_raw()
241 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_port_set_masked_raw() local
[all …]