# Functions
NewTimer is the preferred method of initialisation of the Timer type.
# Constants
MaskTIMINT defines the bits of TIMINT that are actually used.
List of valid Divider values.
List of valid Divider values.
List of valid Divider values.
List of valid Divider values.
# Type aliases
Divider indicates how often (in CPU cycles) the timer value decreases the following rules apply: - set to 1, 8, 64 or 1024 depending on which address has been written to by the CPU - is used to reset the cyclesRemaining - is changed to 1 once value reaches 0 - is reset to its initial value of 1, 8, 64, or 1024 whenever INTIM is read by the CPU.