Hi
If I disable some peripheral during sleep using the API, as example:
DL_OPA_disablePower(OPA0_INST);
DL_OPA_disablePower(OPA1_INST);
DL_DAC12_disablePower(DAC0);
Do I need to reinitialize the hardware registers?
Thanks
Best regards
Dominik Wuest