pub trait RegisterSpec {
    type Ux: Copy;
}
Expand description

Raw register type

Required Associated Types

Raw register type (u8, u16, u32, …).

Implementors