Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dpwr.h31 #define PERIPH_BUS_AHB3 2 macro
/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c144 if (bus == PERIPH_BUS_AHB1 || bus == PERIPH_BUS_AHB2 || bus == PERIPH_BUS_AHB3) in pwrGetBusSpeed()