Home
last modified time | relevance | path

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

/bsp/avr32/software_framework/drivers/gpio/
A Dgpio.c52 uint32_t gpio_enable_module(const gpio_map_t gpiomap, uint32_t size) in gpio_enable_module() argument
58 status |= gpio_enable_module_pin(gpiomap->pin, gpiomap->function); in gpio_enable_module()
59 gpiomap++; in gpio_enable_module()
160 void gpio_enable_gpio(const gpio_map_t gpiomap, uint32_t size) in gpio_enable_gpio() argument
165 gpio_enable_gpio_pin(gpiomap->pin); in gpio_enable_gpio()
166 gpiomap++; in gpio_enable_gpio()
A Dgpio.h105 uint32_t gpio_enable_module(const gpio_map_t gpiomap, uint32_t size);
109 void gpio_enable_gpio(const gpio_map_t gpiomap, uint32_t size);

Completed in 6 milliseconds