Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dpwr.h181 void pwrUnitReset(uint32_t bus, uint32_t unit, bool on);
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c864 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, true); in i2cMasterRequest()
865 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, false); in i2cMasterRequest()
1049 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, true); in i2cSlaveEnableRx()
1050 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, false); in i2cSlaveEnableRx()
Dpwr.c119 void pwrUnitReset(uint32_t bus, uint32_t unit, bool on) in pwrUnitReset() function