RegMap

Derive Macro RegMap 

Source
#[derive(RegMap)]
{
    // Attributes available to this derive:
    #[reg]
}
Expand description

Derive macro to generate a pointer to a register map with volatile reads and writes.

See the top-level documentation for usage information and examples.