Home
last modified time | relevance | path

Searched refs:GPIOA_BASE (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dpwr.h150 #define GPIOA_BASE 0x40020000UL macro
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dgpio.c47 GPIOA_BASE,
Dbl.c874 struct StmGpio *gpioa = (struct StmGpio*)GPIOA_BASE; in blSpiLoader()