hdo
beta
|
Zobrazit zdrojový text tohoto souboru.
Funkce | |
void | PIT_Init (unsigned int period, unsigned int pit_frequency) |
void | PIT_SetPIV (unsigned int piv) |
Set the PIT Periodic Interval Value. | |
void | PIT_Enable (void) |
Enable the PIT. | |
void | PIT_EnableIT (void) |
Enable PIT periodic interrupt. | |
void | PIT_DisableIT (void) |
Disable PIT periodic interrupt. | |
unsigned int | PIT_GetMode (void) |
Read PIT mode register. | |
unsigned int | PIT_GetStatus (void) |
Read PIT status register. | |
unsigned int | PIT_GetPIIR (void) |
Read PIT CPIV and PICNT without ressetting the counters. | |
unsigned int | PIT_GetPIVR (void) |
Read System timer CPIV and PICNT without ressetting the counters. |
Purpose
Configuration and handling of PIT.
Usage
Definice v souboru pit.h.