Home
last modified time | relevance | path

Searched refs:apb2Div (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
139 apb2Div = (cfg >> 13) & 0x07; in pwrGetBusSpeed()
143 apb2Speed = (apb2Div & 0x04) ? (ahbSpeed >> ((apb2Div & 0x03) + 1)) : ahbSpeed; in pwrGetBusSpeed()