48.5.2.2 Enabling, Disabling and Resetting

The TRNG is enabled by writing '1' to the Enable bit in the Control A register (CTRLA.ENABLE).

The TRNG is disabled by writing a zero twice to CTRLA.ENABLE:

  • CTRLA.ENABLE = 0;
  • CTRLA.ENABLE = 0;