Trait tmc2209::Register[][src]

pub trait Register: Into<State> {
    const ADDRESS: Address;
}
Expand description

Implemented for all register types.

NOTE: This should not be implemented for custom types. If the user attempts to request a custom register type from the register Map, the method call will hang indefinitely.

Associated Constants

Implementors