Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c132 uint32_t ahbDiv, apb1Div, apb2Div; in pwrGetBusSpeed() local
138 apb2Div = (cfg >> 13) & 0x07; in pwrGetBusSpeed()
142 apb2Speed = (apb2Div & 0x04) ? (ahbSpeed >> ((apb2Div & 0x03) + 1)) : ahbSpeed; in pwrGetBusSpeed()