Macro r3_port_arm::use_port

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

Define a kernel trait type implementing PortThreading and EntryPoint. Requires ThreadingOptions, InterruptController, and Timer.