[][src]Macro r3_port_riscv::use_port

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

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