[][src]Type Definition stm32f4::stm32f413::flash::acr::W

type W = W<u32, ACR>;

Writer for register ACR

Implementations

impl W[src]

pub fn latency(&mut self) -> LATENCY_W<'_>[src]

Bits 0:2 - Latency

pub fn prften(&mut self) -> PRFTEN_W<'_>[src]

Bit 8 - Prefetch enable

pub fn icen(&mut self) -> ICEN_W<'_>[src]

Bit 9 - Instruction cache enable

pub fn dcen(&mut self) -> DCEN_W<'_>[src]

Bit 10 - Data cache enable

pub fn icrst(&mut self) -> ICRST_W<'_>[src]

Bit 11 - Instruction cache reset

pub fn dcrst(&mut self) -> DCRST_W<'_>[src]

Bit 12 - Data cache reset