Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dpwr.c133 uint32_t ahbDiv, apb1Div, apb2Div; in pwrGetBusSpeed() local
137 ahbDiv = (cfg >> 4) & 0x0F; in pwrGetBusSpeed()
141 ahbSpeed = (ahbDiv & 0x08) ? (mSysClk >> ahbSpeedShifts[ahbDiv & 0x07]) : mSysClk; in pwrGetBusSpeed()