Trait efm32gg11b::generic::Writable[][src]

pub trait Writable { }
Expand description

This trait shows that register has write, write_with_zero and reset method

Registers marked with Readable can be also modify’ed

Implementors