Searched refs:u32PeripheralMask (Results 1 – 2 of 2) sorted by relevance
284 void SIM_SetClockGating(uint32_t u32PeripheralMask, uint8_t u8GateOn) in SIM_SetClockGating() argument295 u32Scgc |= u32PeripheralMask; in SIM_SetClockGating()299 u32Scgc &= ~u32PeripheralMask; in SIM_SetClockGating()
2501 void SIM_SetClockGating(uint32_t u32PeripheralMask, uint8_t u8GateOn);
Completed in 8 milliseconds