In the nrf52 specification:
"The Phase A, Phase B, and LED signals are mapped to physical pins according to the configuration specified in the PSEL.A, PSEL.B, and PSEL.LED registers respectively. If the CONNECT field value 'Disconnected' is specified in any of these registers, the associated signal will not be connected to any physical pin."
There doesn't seem to be an obvious wrapper for this in the sdk. How do I access the PSEL.LED connect field to disable the LED?
Thank you