armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
timer.h File Reference

Definition of basic System Timer functions. More...

#include <stdint.h>
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LED_MSEC_IRQ   200
 

Functions

void timer_1_init (uint32_t msec)
 
void timer_3_init (uint32_t msec)
 
void timer_1_stop ()
 
void timer_3_stop ()
 
void handle_timer_1_irq ()
 
void handle_timer_3_irq ()
 
uint64_t timer_get_ticks ()
 
void timer_msleep (uint32_t msec)
 

Detailed Description

Definition of basic System Timer functions.