23.5.1 Initialization
To operate the PIT, follow these steps:
      - Configure the RTC clock CLK_RTC as described in section Configure the Clock CLK_RTC.
- Enable the interrupt by writing a ‘1’ to the Periodic Interrupt (PI) bit in the PIT Interrupt Control (RTC.PITINTCTRL) register.
- Select the period for the interrupt by writing the desired value to the Period (PERIOD) bit field in the Periodic Interrupt Timer Control A (RTC.PITCTRLA) register.
-  Enable the PIT by writing a
                  ‘1’ to the Periodic Interrupt Timer Enable (PITEN) bit in the RTC.PITCTRLA register.
Note: The RTC peripheral is used internally
         during device start-up. Always check the Synchronization Busy bits in the RTC.STATUS and
         RTC.PITSTATUS registers, and on the initial configuration.
   