Description
Source
Call Graph
PIT_Init
Initialize the Periodic Interval Timer to generate a tick at the specified period, given the current master clock frequency.


Syntax / parameters
void PIT_Init (unsigned int period, unsigned int pit_frequency)
|
Name |
Type |
Default |
Description |
period |
unsigned int
|
|
Period in µsecond.
|
pit_frequency |
unsigned int
|
|
Master clock frequency in MHz.
|
Description
Initialize the Periodic Interval Timer to generate a tick at the specified period, given the current master clock frequency.
Source
The documentation for this Member was generated from the following files:
pit.c