Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Data Fields
bcm2835_timer_regs Struct Reference

Data Fields

uint CS
 
uint CLO
 
uint CHI
 
uint C0
 
uint C1
 
uint C2
 
uint C3
 

Detailed Description

Layout of the BCM2835 System Timer's registers.

Field Documentation

uint bcm2835_timer_regs::C0

System Timer Counter Higher 32 bits

uint bcm2835_timer_regs::C1

System Timer Compare 0. DO NOT USE; is used by GPU.

uint bcm2835_timer_regs::C2

System Timer Compare 1

uint bcm2835_timer_regs::C3

System Timer Compare 2. DO NOT USE; is used by GPU.

uint bcm2835_timer_regs::CHI

System Timer Counter Lower 32 bits

uint bcm2835_timer_regs::CLO

System Timer Control/Status


The documentation for this struct was generated from the following file: