Macro r3_port_riscv::use_port
source · macro_rules! use_port { (unsafe $vis:vis struct $Traits:ident) => { ... }; }
Expand description
Define a kernel trait type implementing PortThreading,
PortInterrupts, InterruptControllerToPort, and EntryPoint.
Requires ThreadingOptions, Timer, and InterruptController.