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

type R = R<u32, FLASHCFG>;

Reader of register FLASHCFG

Methods

impl R[src]

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

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

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

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

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

Bit 4 - Acceleration enable.

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

Bit 5 - Prefetch enable.

pub fn prefovr(&self) -> PREFOVR_R[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(&self) -> FLASHTIM_R[src]

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