libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/gpio.h>
Go to the source code of this file.
Functions | |
void | gpio_mode_setup (uint32_t gpioport, uint8_t mode, uint8_t pull_up_down, uint16_t gpios) |
Set GPIO Pin Mode. More... | |
void | gpio_set_output_options (uint32_t gpioport, uint8_t otype, uint8_t speed, uint16_t gpios) |
Set GPIO Output Options. More... | |
void | gpio_set_af (uint32_t gpioport, uint8_t alt_func_num, uint16_t gpios) |
Set GPIO Alternate Function Selection. More... | |