Trait drone_stm32f1::reg::flash::AcrBits [] [src]

pub trait AcrBits<T>: RawBits<Acr, T> {
    fn prefetch_enable(&mut self, enable: bool) -> &mut Self { ... }
fn half_cycle(&mut self, enable: bool) -> &mut Self { ... } }

Flash access control register bits.

Provided Methods

Prefetch buffer enable.

Flash half cycle access enable.

Implementors