Searched refs:gpio_index (Results 1 – 1 of 1) sorted by relevance
83 GPIO_Port_TypeDef gpio_index; member107 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_configure() local127 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() local166 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() local231 *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 …]