Home
last modified time | relevance | path

Searched refs:allowedModes (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/asmc/
Dfsl_asmc.h161 static inline void ASMC_SetPowerModeProtection(ASMC_Type *base, uint8_t allowedModes) in ASMC_SetPowerModeProtection() argument
163 base->PMPROT = (uint32_t)(allowedModes); in ASMC_SetPowerModeProtection()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/smc/
Dfsl_smc.h256 static inline void SMC_SetPowerModeProtection(SMC_Type *base, uint8_t allowedModes) in SMC_SetPowerModeProtection() argument
258 base->PMPROT = allowedModes; in SMC_SetPowerModeProtection()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/msmc/
Dfsl_msmc.h248 static inline void SMC_SetPowerModeProtection(SMC_Type *base, uint8_t allowedModes) in SMC_SetPowerModeProtection() argument
250 base->PMPROT = allowedModes; in SMC_SetPowerModeProtection()