Macro r3_port_riscv::use_port[][src]

macro_rules! use_port {
    (unsafe $vis : vis struct $sys : ident) => { ... };
}
Expand description

Define a system type implementing PortThreading, PortInterrupts, and EntryPoint. Requires ThreadingOptions and InterruptController.