Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_msmc.h63 } smc_power_stop_entry_status_t; typedef
274 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()