Expand description
RTC non-secure masked interrupt status register
Structs§
- MISRrs
- RTC non-secure masked interrupt status register
Enums§
- ALRAMF
- Alarm %s masked flag
- ITSMF
- Internal timestamp non-secure masked flag This flag is set by hardware when a timestamp on the internal event occurs and timestamp non-secure interrupt is raised.
- TSMF
- Timestamp non-secure masked flag This flag is set by hardware when a timestamp non-secure interrupt occurs. If ITSF flag is set, TSF must be cleared together with ITSF.
- TSOVMF
- Timestamp overflow non-secure masked flag This flag is set by hardware when a timestamp interrupt occurs while TSMF is already set. It is recommended to check and then clear TSOVF only after clearing the TSF bit. Otherwise, an overflow might not be noticed if a timestamp event occurs immediately before the TSF bit is cleared.
- WUTMF
- Wakeup timer non-secure masked flag This flag is set by hardware when the wakeup timer non-secure interrupt occurs. This flag must be cleared by software at least 1.5 RTCCLK periods before WUTF is set to 1 again.
Type Aliases§
- ALRMF_R
- Field
ALRMF(A,B)reader - Alarm %s masked flag - ITSMF_R
- Field
ITSMFreader - Internal timestamp non-secure masked flag This flag is set by hardware when a timestamp on the internal event occurs and timestamp non-secure interrupt is raised. - R
- Register
MISRreader - SSRUMF_
R - Field
SSRUMFreader - SSR underflow non-secure masked flag This flag is set by hardware when the SSR underflow non-secure interrupt occurs. - TSMF_R
- Field
TSMFreader - Timestamp non-secure masked flag This flag is set by hardware when a timestamp non-secure interrupt occurs. If ITSF flag is set, TSF must be cleared together with ITSF. - TSOVMF_
R - Field
TSOVMFreader - Timestamp overflow non-secure masked flag This flag is set by hardware when a timestamp interrupt occurs while TSMF is already set. It is recommended to check and then clear TSOVF only after clearing the TSF bit. Otherwise, an overflow might not be noticed if a timestamp event occurs immediately before the TSF bit is cleared. - WUTMF_R
- Field
WUTMFreader - Wakeup timer non-secure masked flag This flag is set by hardware when the wakeup timer non-secure interrupt occurs. This flag must be cleared by software at least 1.5 RTCCLK periods before WUTF is set to 1 again.