SAM GPIO Port Driver.
Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.
#include <port.h>
Functions | |
void | port_group_set_config (PortGroup *const port, const uint32_t mask, const struct port_config *const config) |
Writes a Port group configuration group to the hardware module. More... | |
void | port_pin_set_config (const uint8_t gpio_pin, const struct port_config *const config) |
Writes a Port pin configuration to the hardware module. More... | |