Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/boards/frdmk32l3a6/
Dclock_config.c292 SMC_SetPowerModeProtection(SMC1, kSMC_AllowPowerModeAll); in BOARD_BootClockHSRUN()
293 SMC_SetPowerModeHsrun(SMC1); in BOARD_BootClockHSRUN()
294 while (SMC_GetPowerModeState(SMC1) != kSMC_PowerStateHsrun) in BOARD_BootClockHSRUN()
405 SMC_SetPowerModeProtection(SMC1, kSMC_AllowPowerModeAll); in BOARD_BootClockVLPR()
406 SMC_SetPowerModeVlpr(SMC1); in BOARD_BootClockVLPR()
407 while (SMC_GetPowerModeState(SMC1) != kSMC_PowerStateVlpr) in BOARD_BootClockVLPR()
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L3A60/
DK32L3A60_cm4.h19640 #define SMC1 ((SMC_Type *)SMC1_BASE) macro
19644 #define SMC_BASE_PTRS { SMC0, SMC1 }
DK32L3A60_cm0plus.h19750 #define SMC1 ((SMC_Type *)SMC1_BASE) macro
19754 #define SMC_BASE_PTRS { SMC0, SMC1 }