14 lines
371 B
C++
14 lines
371 B
C++
#include "gpio.h"
|
|
|
|
hal::gpio::GPIO_TypeDef _GPIOA;
|
|
hal::gpio::GPIO_TypeDef _GPIOB;
|
|
hal::gpio::GPIO_TypeDef _GPIOC;
|
|
hal::gpio::GPIO_TypeDef _GPIOD;
|
|
hal::gpio::GPIO_TypeDef _GPIOE;
|
|
hal::gpio::GPIO_TypeDef _GPIOF;
|
|
hal::gpio::GPIO_TypeDef _GPIOG;
|
|
hal::gpio::GPIO_TypeDef _GPIOH;
|
|
hal::gpio::GPIO_TypeDef _GPIOJ;
|
|
hal::gpio::GPIO_TypeDef _GPIOK;
|
|
hal::gpio::GPIO_TypeDef _GPIOL;
|