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 | pwr.c | 119 void pwrUnitReset(uint32_t bus, uint32_t unit, bool on) in pwrUnitReset() function
|
D | i2c.c | 855 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()
|