Trait stm32l4_stm32hal::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