Trait tmc2209::WritableRegister[][src]

pub trait WritableRegister: Register + Into<u32> { }
Expand description

Implemented for all registers that can be written to.

Implementors