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/
Dpwr.c119 void pwrUnitReset(uint32_t bus, uint32_t unit, bool on) in pwrUnitReset() function
Di2c.c855 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, true); in i2cMasterRequest()
856 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, false); in i2cMasterRequest()
1040 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, true); in i2cSlaveEnableRx()
1041 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, false); in i2cSlaveEnableRx()