Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_msmc.h276 …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()
/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/
DRV32M1_ri5cy.h18159 #define SMC_PMSTAT_STOPSTAT_MASK (0xFF000000U) macro
18161 … (((uint32_t)(((uint32_t)(x)) << SMC_PMSTAT_STOPSTAT_SHIFT)) & SMC_PMSTAT_STOPSTAT_MASK)
DRV32M1_zero_riscy.h18987 #define SMC_PMSTAT_STOPSTAT_MASK (0xFF000000U) macro
18989 … (((uint32_t)(((uint32_t)(x)) << SMC_PMSTAT_STOPSTAT_SHIFT)) & SMC_PMSTAT_STOPSTAT_MASK)