Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_gecko.c79 GPIO_Port_TypeDef gpio_index; member
103 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_configure() local
123 out = GPIO_PinOutGet(gpio_index, pin); in gpio_gecko_configure()
146 GPIO_PinModeSet(gpio_index, pin, mode, out); in gpio_gecko_configure()
157 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_get_config() local
162 mode = GPIO_PinModeGet(gpio_index, pin); in gpio_gecko_get_config()
163 out = GPIO_PinOutGet(gpio_index, pin); in gpio_gecko_get_config()
225 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_port_get_raw() local
227 *value = GPIO_PortInGet(gpio_index); in gpio_gecko_port_get_raw()
237 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_port_set_masked_raw() local
[all …]