[][src]Type Definition lpc54606_pac::syscon::flashcfg::W

type W = W<u32, FLASHCFG>;

Writer for register FLASHCFG

Methods

impl W[src]

pub fn fetchcfg(&mut self) -> FETCHCFG_W[src]

Bits 0:1 - Instruction fetch configuration. This field determines how flash accelerator buffers are used for instruction fetches.

pub fn datacfg(&mut self) -> DATACFG_W[src]

Bits 2:3 - Data read configuration. This field determines how flash accelerator buffers are used for data accesses.

pub fn accel(&mut self) -> ACCEL_W[src]

Bit 4 - Acceleration enable.

pub fn prefen(&mut self) -> PREFEN_W[src]

Bit 5 - Prefetch enable.

pub fn prefovr(&mut self) -> PREFOVR_W[src]

Bit 6 - Prefetch override. This bit only applies when PREFEN = 1 and a buffered instruction is completing for which the next flash line is not already buffered or being prefetched.

pub fn flashtim(&mut self) -> FLASHTIM_W[src]

Bits 12:15 - Flash memory access time. The number of system clocks used for flash accesses is equal to FLASHTIM +1.