|
PHiLIP
|
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... | |
GPIO management.
Controls all basic GPIO functions such as interrupts and initialization.