PHiLIP
gpio.h File Reference

GPIO management. More...

Go to the source code of this file.

Functions

void init_gpio (map_t *reg)
 Initializes gpio directions, states and interrupt settings. More...
 
error_t commit_debug ()
 Commits the gpio registers and executes operations. More...
 
void update_debug_inputs ()
 Updates the DEBUG input levels.
 
error_t init_basic_gpio (basic_gpio_t gpio, GPIO_TypeDef *port, uint32_t pin)
 Initializes a basic gpio. More...
 

Detailed Description

GPIO management.

Author
Kevin Weiss
Date
18.02.2019

Controls all basic GPIO functions such as interrupts and initialization.