[][src]Trait r3_port_riscv::Timer

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

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

Provided methods

pub unsafe fn init()[src]

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...