Home
last modified time | relevance | path

Searched refs:apb1Div (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
137 apb1Div = (cfg >> 10) & 0x07; in pwrGetBusSpeed()
141 apb1Speed = (apb1Div & 0x04) ? (ahbSpeed >> ((apb1Div & 0x03) + 1)) : ahbSpeed; in pwrGetBusSpeed()