[][src]Trait r3_port_arm::Timer

pub trait Timer {
    unsafe fn init() { ... }
}

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

Provided methods

unsafe fn init()

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

Safety

This is only intended to be called by the port.

Loading content...

Implementors

Loading content...