Searched refs:allowedModes (Results 1 – 9 of 9) sorted by relevance
63 void RTDCMC_SetPowerModeProtection(CMC_Type *base, uint8_t allowedModes) in RTDCMC_SetPowerModeProtection() argument70 reg |= allowedModes; in RTDCMC_SetPowerModeProtection()
354 void RTDCMC_SetPowerModeProtection(CMC_Type *base, uint8_t allowedModes);
161 static inline void ASMC_SetPowerModeProtection(ASMC_Type *base, uint8_t allowedModes) in ASMC_SetPowerModeProtection() argument163 base->PMPROT = (uint32_t)(allowedModes); in ASMC_SetPowerModeProtection()
71 void CMC_SetPowerModeProtection(CMC_Type *base, uint32_t allowedModes) in CMC_SetPowerModeProtection() argument77 reg |= allowedModes; in CMC_SetPowerModeProtection()
404 void CMC_SetPowerModeProtection(CMC_Type *base, uint32_t allowedModes);
256 static inline void SMC_SetPowerModeProtection(SMC_Type *base, uint8_t allowedModes) in SMC_SetPowerModeProtection() argument258 base->PMPROT = allowedModes; in SMC_SetPowerModeProtection()
64 void CMC_SetPowerModeProtection(CMC_Type *base, uint32_t allowedModes) in CMC_SetPowerModeProtection() argument70 reg |= allowedModes; in CMC_SetPowerModeProtection()
420 void CMC_SetPowerModeProtection(CMC_Type *base, uint32_t allowedModes);
248 static inline void SMC_SetPowerModeProtection(SMC_Type *base, uint8_t allowedModes) in SMC_SetPowerModeProtection() argument250 base->PMPROT = allowedModes; in SMC_SetPowerModeProtection()