Trait microbit::hal::pac::generic::Writable[]

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