Macro drone::bind [] [src]

macro_rules! bind {
    ($($tokens:tt)*) => { ... };
}

Define a memory-mapped register.

See the module-level documentation for more details.