Programmable Interval Timer: Difference between revisions

Jump to navigation Jump to search
m
Replace non-standard uxint types with uintx_t.
[unchecked revision][unchecked revision]
m (Replace non-standard uxint types with uintx_t.)
Line 466:
struct TimerBlock {
EXCHANGE e;
u32intuint32_t CountDown;
} timerblocks[20];
 
void TimerIRQ(void) /* called from Assembly */
{
u8intuint8_t i;
for (i = 0; i < 20; i++)
Line 481:
}
 
void Sleep(u32intuint32_t delay)
{
struct TimerBlock *t;
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu