23.8.8 Interrupt Flag Status and Clear

Note: Subsequent to an interrupt flag being cleared, the flag must be read back to verify the clear before exiting the ISR. Failure to do this can result in duplicate interrupts.
Table 23-9. Register Bit Attribute Legend
Symbol Description Symbol Description Symbol Description
R Readable bit HC Cleared by Hardware (Grey cell) Unimplemented
W Writable bit HS Set by Hardware X Bit is unknown at Reset
K Write to clear S Software settable bit
Name: INTFLAG
Offset: 0x0A
Reset: 0x00
Property: 

Bit 76543210 
       WINMONDONE 
Access R/WR/W 
Reset 00 

Bit 1 – WINMON Window Monitor

This flag is set on the next clock cycle after a match with the window monitor condition, and an interrupt request will be generated if INTENCLR/SET.WINMON is '1'.

Writing a '0' to this bit has no effect.

Writing a '1' to this bit will clear the WINMON interrupt flag.

Note: This Flag will set after the TIMER has expired and a match with the window monitor condition occurred. There will be some synchronization delay from the GCLK to APB clock domain after the TIMER has expired. To avoid the user confusion, the INTFLAG.DONE and the INTFLAG.WINMON should be set on the same APB clock edge.

Bit 0 – DONE Measurement Done

This flag is set when the STATUS.BUSY bit has a one-to-zero transition.

Writing a '0' to this bit has no effect.

Writing a '1' to this bit will clear the DONE interrupt flag.