[][src]Trait imxrt1062_aoi1::Writable

pub trait Writable { }

This trait shows that register has write, write_with_zero and reset method

Registers marked with Readable can be also modify'ed

Implementors

impl Writable for BFCRT01[src]

write(|w| ..) method takes bfcrt01::W writer structure

impl Writable for BFCRT23[src]

write(|w| ..) method takes bfcrt23::W writer structure

Loading content...