27.12.3 Interrupt Flag Status Register

Table 27-13. Register Bit Attribute Legend
SymbolDescriptionSymbolDescriptionSymbolDescription
RReadable bitHCCleared by Hardware(Grey cell)Unimplemented
WWritable bitHSSet by HardwareXBit is unknown at Reset
KWrite to clearSSoftware settable bit
Name: INTFLAG
Offset: 0x06
Reset: 0x00
Property: Not Protected

Bit 76543210 
        SLEEPRDY 
Access R/W/K/HS/HC 
Reset 0 

Bit 0 – SLEEPRDY Backup Sleep Mode Entry Ready

This bit is updated only once after a power-up, (i.e., POR), by hardware when the LPVREG backup domain regulator is stable and cleared automatically on entry into either HIBERNATE or BACKUP modes. The internal LPVREG regulator can take several milliseconds after power-up to stabilize so in case the user’s application wishes to enter BACKUP mode they should first examine the RSTC.RCAUSE.POR bit. If set, then poll and wait for PM.INTFLAG.SLEEPRDY = 1 before entering BACKUP mode. If RSTC.RCAUSE.POR=0 then it’s safe to enter BACKUP mode without polling PM.INTFLAG.SLEEPRDY.

ValueDescription
0x0Backup LPVREG, (Low Power Regulator), is not ready.
0x1The Backup power domain LPVREG, (Low Power Regulator), is ready. (1)
Note:
  1. Writing a ‘1’ to this bit will clear it.
  2. Writing a ‘0’ to this bit has no effect.
  3. This bit is set by hardware only once after a POR.
  4. The bit is cleared by silicon hardware automatically on entry into BACKUP or HIBERNATE mode.