Trait stm32f1::RegisterSpec[][src]

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

Raw register type

Associated Types

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

Implementors