Searched refs:pwrUnitReset (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/ |
D | pwr.h | 181 void pwrUnitReset(uint32_t bus, uint32_t unit, bool on);
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | i2c.c | 864 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()
|
D | pwr.c | 119 void pwrUnitReset(uint32_t bus, uint32_t unit, bool on) in pwrUnitReset() function
|