In technical reference manual section 10.1.9.3 it says "Note that the PPBxZERO bit in the ADCEVTSTAT register is gated by EOC and not by the sign change in the ADCPPBxRESULT register."
what does "gate" mean?
"not by the sign change in the ADCPPBxRESULT register", so if ADCPPBxRESULT changes from -1 to 1, the PPBxZERO bit will not set? when exactly will it set?
another sentence"TRIPHI and TRIPLO do NOT perform a signed comparison. It is recommended to leave OFFREF as 0 when using limit compare functionality."
what is a singed comparison? if ADCPPBxTRIPHI.LIMITHI=-100, ADCPPBxRESULT=-99, what will happen? why it's recommended to leave OFFREF=0?
Thanks.