Home
last modified time | relevance | path

Searched refs:PERIPH_BUS_AHB3 (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dpwr.h31 #define PERIPH_BUS_AHB3 2 macro
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dpwr.c145 if (bus == PERIPH_BUS_AHB1 || bus == PERIPH_BUS_AHB2 || bus == PERIPH_BUS_AHB3) in pwrGetBusSpeed()