Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/msmc/
Dfsl_msmc.h283 return (smc_power_stop_entry_status_t)(uint32_t)((base->PMSTAT & SMC_PMSTAT_STOPSTAT_MASK) >> in SMC_GetStopEntryStatus()
298 base->PMSTAT = (base->PMSTAT & ~SMC_PMSTAT_STOPSTAT_MASK) | SMC_PMSTAT_STOPSTAT(0x01); in SMC_ClearStopEntryStatus()
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L3A60/
DK32L3A60_cm4.h19127 #define SMC_PMSTAT_STOPSTAT_MASK (0xFF000000U) macro
19130 … (((uint32_t)(((uint32_t)(x)) << SMC_PMSTAT_STOPSTAT_SHIFT)) & SMC_PMSTAT_STOPSTAT_MASK)
DK32L3A60_cm0plus.h19237 #define SMC_PMSTAT_STOPSTAT_MASK (0xFF000000U) macro
19240 … (((uint32_t)(((uint32_t)(x)) << SMC_PMSTAT_STOPSTAT_SHIFT)) & SMC_PMSTAT_STOPSTAT_MASK)