#[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.
#[derive(RegMap)]
{
// Attributes available to this derive:
#[reg]
}
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.