Trait microbit::hal::twim::Instance[][src]

pub trait Instance: Deref<Target = RegisterBlock> + Sealed { }
Expand description

Implemented by all TWIM instances

Implementors