Home
last modified time | relevance | path

Searched refs:pwrGetBusSpeed (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dpwr.h182 uint32_t pwrGetBusSpeed(uint32_t bus);
/device/google/contexthub/firmware/os/platform/stm32/
Dusart.c118 baseClk = pwrGetBusSpeed(mUsartBusses[port]); in usartOpen()
Dpwr.c129 uint32_t pwrGetBusSpeed(uint32_t bus) in pwrGetBusSpeed() function
Dspi.c181 uint32_t pclk = pwrGetBusSpeed(PERIPH_BUS_AHB1); in stmSpiEnable()
Di2c.c317 apb1_clk = pwrGetBusSpeed(PERIPH_BUS_APB1); in stmI2cSpeedSet()