|
PER Firmware
|
GPIO Driver for STM32L432 Devices. More...
#include "common/phal_G4/gpio/gpio.h"Functions | |
| bool | PHAL_initGPIO (GPIOInitConfig_t config[], uint8_t config_len) |
| Initilize the GPIO perpheral given a list of configuration fields for all of the GPIO pins. Will also enable the GPIO RCC clock. | |
GPIO Driver for STM32L432 Devices.
| bool PHAL_initGPIO | ( | GPIOInitConfig_t | config[], |
| uint8_t | config_len ) |
Initilize the GPIO perpheral given a list of configuration fields for all of the GPIO pins. Will also enable the GPIO RCC clock.
| config | A list of GPIOs to config |
| config_len | Number of GPIOs in the config list |