Can you explain how the GPIO is used?
GPIO_MODE register lets us set it to any of these:
ADC CLIPPED (out)
DAC CLIPPED (out)
SOMETHING CLIPPED (out)
Does this mean it will toggle to light an LED when the ADC signal is clipping? Is it a pulse or does it stay latched forever?
Does this happen at 0 dBFS, -1 dBFS, etc.?
Does "SOMETHING" mean "either ADC or DAC" or does it include any internal circuitry? (Since near-clipping channels could be summed to produce a clipping signal)
How does it handle the stereo channels? (Maybe it's in sync with the LRCK signal so the two channels can be separated digitally?)
Can GPIO be used at the same time as PORT2 if port 2 is input-only?