Trait r3_port_arm::Timer

source ·
pub trait Timer {
    unsafe fn init() { ... }
}
Expand description

An abstract inferface to a port timer driver. Implemented by use_sp804!.

Provided Methods

Initialize the driver. This will be called just before entering PortToKernel::boot.

Safety

This is only intended to be called by the port.

Implementors