Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c96 static uint32_t mSysClk = 16000000UL; variable
140 ahbSpeed = (ahbDiv & 0x08) ? (mSysClk >> ahbSpeedShifts[ahbDiv & 0x07]) : mSysClk; in pwrGetBusSpeed()