pub trait SbiTimerOptions {
;
;
;
;
}
Expand description

The options for use_sbi_timer!.

Required Associated Constants§

source

The numerator of the effective timer clock rate of the dual timer.

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 timer’s interrupt number. Defaults to INTERRUPT_TIMER.

Implementors§