Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/boards/frdmk32l3a6/
Dclock_config.c286 SMC_SetPowerModeProtection(SMC0, kSMC_AllowPowerModeAll); in BOARD_BootClockHSRUN()
287 SMC_SetPowerModeHsrun(SMC0); in BOARD_BootClockHSRUN()
288 while (SMC_GetPowerModeState(SMC0) != kSMC_PowerStateHsrun) in BOARD_BootClockHSRUN()
398 SMC_SetPowerModeProtection(SMC0, kSMC_AllowPowerModeAll); in BOARD_BootClockVLPR()
399 SMC_SetPowerModeVlpr(SMC0); in BOARD_BootClockVLPR()
400 while (SMC_GetPowerModeState(SMC0) != kSMC_PowerStateVlpr) in BOARD_BootClockVLPR()
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L3A60/
DK32L3A60_cm4.h19636 #define SMC0 ((SMC_Type *)SMC0_BASE) macro
19644 #define SMC_BASE_PTRS { SMC0, SMC1 }
DK32L3A60_cm0plus.h19746 #define SMC0 ((SMC_Type *)SMC0_BASE) macro
19754 #define SMC_BASE_PTRS { SMC0, SMC1 }