[][src]Macro tock_registers::register_structs

macro_rules! register_structs {
    {
        $(
            $(#[$attr:meta])*
            $name:ident {
                $( $fields:tt )*
            }
        ),*
    } => { ... };
}