Searched refs:smc_power_stop_entry_status_t (Results 1 – 1 of 1) sorted by relevance
63 } smc_power_stop_entry_status_t; typedef274 static inline smc_power_stop_entry_status_t SMC_GetStopEntryStatus(SMC_Type *base) in SMC_GetStopEntryStatus()276 …return (smc_power_stop_entry_status_t)((base->PMSTAT & SMC_PMSTAT_STOPSTAT_MASK) >> SMC_PMSTAT_STO… in SMC_GetStopEntryStatus()