Searched refs:PMSTAT (Results 1 – 3 of 3) sorted by relevance
262 return (smc_power_state_t)((base->PMSTAT & SMC_PMSTAT_PMSTAT_MASK) >> SMC_PMSTAT_PMSTAT_SHIFT); in SMC_GetPowerModeState()276 …return (smc_power_stop_entry_status_t)((base->PMSTAT & SMC_PMSTAT_STOPSTAT_MASK) >> SMC_PMSTAT_STO… in SMC_GetStopEntryStatus()290 base->PMSTAT = (base->PMSTAT & ~SMC_PMSTAT_STOPSTAT_MASK) | SMC_PMSTAT_STOPSTAT(0x01); in SMC_ClearStopEntryStatus()
18031 __IO uint32_t PMSTAT; /**< Power Mode Status register, offset: 0x18 */ member
18859 __IO uint32_t PMSTAT; /**< Power Mode Status register, offset: 0x18 */ member