The SGADE Documentation

the SGADE The Socrates Gameboy Advance Development Engine

The SGADE is a development library for the Nintendo Gameboy Advance. It's free for all uses and is distributed without guarantees. For more information visit the SGADE page.


Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

tag_Timer Struct Reference

Timer register overlay struct;. More...


Data Fields

volatile u16 m_Data
 Timer interrupt data register;.

volatile u16 m_Ctrl
 Timer interrupt control register;.


Detailed Description

Timer register overlay struct;.

For internal use only.

This struct is put over the timer registers on the GBA, so we can easily acces different timers.


Field Documentation

volatile u16 tag_Timer::m_Ctrl
 

Timer interrupt control register;.

For internal use only.

volatile u16 tag_Timer::m_Data
 

Timer interrupt data register;.

For internal use only.


The documentation for this struct was generated from the following file:
Copyright 2002 by the SGADE authors. See SoLicense.h or Visit the SGADE page for more information.