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_set_mode (uint32_t gpioport, uint8_t mode, uint8_t cnf, uint16_t gpios) |
Set GPIO Pin Mode. More... | |
void | gpio_set_eventout (uint8_t evoutport, uint8_t evoutpin) |
Map the EVENTOUT signal. More... | |
void | gpio_primary_remap (uint32_t swjdisable, uint32_t maps) |
Map Alternate Function Port Bits (Main Set) More... | |
void | gpio_secondary_remap (uint32_t maps) |
Map Alternate Function Port Bits (Secondary Set) More... | |