Trait stm32l4_stm32hal::Readable[][src]

pub trait Readable { }
Expand description

This trait shows that register has read method

Registers marked with Writable can be also modify’ed

Implementors