Searched refs:gpio_index (Results 1 – 1 of 1) sorted by relevance
79 GPIO_Port_TypeDef gpio_index; member103 GPIO_Port_TypeDef gpio_index = config->gpio_index; in gpio_gecko_configure() local123 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() local162 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() local227 *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 …]