Trait r3_port_arm::Sp804Options
source · pub trait Sp804Options {
;
;
;
;
;
;
}
Expand description
The options for use_sp804!
.
Required Associated Constants§
source
The base address of SP804’s memory-mapped registers.
source
The numerator of the effective timer clock rate of the dual timer.
source
The timer’s interrupt number.
Provided Associated Constants§
source
The denominator of the effective timer clock rate of the dual timer.
Defaults to 1
.
source
The maximum permissible timer interrupt latency, measured in hardware timer cycles.
Defaults to min(FREQUENCY * 60 / FREQUENCY_DENOMINATOR, 0x40000000)
.
source
The interrupt priority of the timer interrupt line.
Defaults to 0xc0
.