cfgpins... it has a mask to choose what pins you want to change, and options to choose a wide variety of modes including current source,pullup/down,etc
I don't see any instructions for ADCs, but I'd guess there are 4 registers per COG as well...
I think ADCs are still done per Sigma-Delta modes of the counters, only the feedback and input resistors are now internally available for every pin.
EDIT: after looking into the Docs, it is more like that:
The pins implement a Sigma-Delta modulator (Comparator, Latch, Feedback filter) if you configure them so. They send then a bitstream of 0/1 according the input voltage.
To get an ADC value from that you need a counter that counts the ones over a certain period.
Comments
SETDACn for DAC output, there are 4 per COG.
I think ADCs are still done per Sigma-Delta modes of the counters, only the feedback and input resistors are now internally available for every pin.
EDIT: after looking into the Docs, it is more like that:
The pins implement a Sigma-Delta modulator (Comparator, Latch, Feedback filter) if you configure them so. They send then a bitstream of 0/1 according the input voltage.
To get an ADC value from that you need a counter that counts the ones over a certain period.
Andy