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

pub trait Readable { }
Expand description

This trait shows that register has read method

Registers marked with Writable can be also modify’ed

Implementors