pit.h
Default mainpageat91libperipheralspitpit.h
Description Overview
Methods Brief description
 PIT_DisableIT Disables the PIT periodic interrupt.
 PIT_Enable Enables the PIT if this is not already the case.
 PIT_EnableIT Enable the PIT periodic interrupt.
 PIT_GetMode Returns the value of the PIT mode register.
 PIT_GetPIIR Returns the value of the PIT Image Register, to read PICNT and CPIV without clearing the current values.
 PIT_GetPIVR Returns the value of the PIT Value Register, clearing it as a side effect.
 PIT_GetStatus Returns the value of the PIT status register, clearing it as a side effect.
 PIT_Init Initialize the Periodic Interval Timer to generate a tick at the specified period, given the current master clock frequency.
 PIT_SetPIV Set the Periodic Interval Value of the PIT.