Searched refs:allowedModes (Results 1 – 3 of 3) sorted by relevance
161 static inline void ASMC_SetPowerModeProtection(ASMC_Type *base, uint8_t allowedModes) in ASMC_SetPowerModeProtection() argument163 base->PMPROT = (uint32_t)(allowedModes); in ASMC_SetPowerModeProtection()
256 static inline void SMC_SetPowerModeProtection(SMC_Type *base, uint8_t allowedModes) in SMC_SetPowerModeProtection() argument258 base->PMPROT = allowedModes; in SMC_SetPowerModeProtection()
248 static inline void SMC_SetPowerModeProtection(SMC_Type *base, uint8_t allowedModes) in SMC_SetPowerModeProtection() argument250 base->PMPROT = allowedModes; in SMC_SetPowerModeProtection()