Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/rtd_cmc/
Dfsl_rtd_cmc.c63 void RTDCMC_SetPowerModeProtection(CMC_Type *base, uint8_t allowedModes) in RTDCMC_SetPowerModeProtection() argument
70 reg |= allowedModes; in RTDCMC_SetPowerModeProtection()
Dfsl_rtd_cmc.h354 void RTDCMC_SetPowerModeProtection(CMC_Type *base, uint8_t allowedModes);
/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/cmc/
Dfsl_cmc.c71 void CMC_SetPowerModeProtection(CMC_Type *base, uint32_t allowedModes) in CMC_SetPowerModeProtection() argument
77 reg |= allowedModes; in CMC_SetPowerModeProtection()
Dfsl_cmc.h404 void CMC_SetPowerModeProtection(CMC_Type *base, uint32_t allowedModes);
/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/mcx_cmc/
Dfsl_cmc.c64 void CMC_SetPowerModeProtection(CMC_Type *base, uint32_t allowedModes) in CMC_SetPowerModeProtection() argument
70 reg |= allowedModes; in CMC_SetPowerModeProtection()
Dfsl_cmc.h420 void CMC_SetPowerModeProtection(CMC_Type *base, uint32_t allowedModes);
/hal_nxp-latest/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()