Type Alias R

Source
pub type R = R<BCRrs>;
Expand description

Register BCR%s reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn mbken(&self) -> MBKEN_R

Bit 0 - Memory bank enable bit

Source

pub fn muxen(&self) -> MUXEN_R

Bit 1 - Address/data multiplexing enable bit

Source

pub fn mtyp(&self) -> MTYP_R

Bits 2:3 - Memory type

Source

pub fn mwid(&self) -> MWID_R

Bits 4:5 - Memory data bus width

Source

pub fn faccen(&self) -> FACCEN_R

Bit 6 - Flash access enable

Source

pub fn bursten(&self) -> BURSTEN_R

Bit 8 - Burst enable bit

Source

pub fn waitpol(&self) -> WAITPOL_R

Bit 9 - Wait signal polarity bit

Source

pub fn waitcfg(&self) -> WAITCFG_R

Bit 11 - Wait timing configuration

Source

pub fn wren(&self) -> WREN_R

Bit 12 - Write enable bit

Source

pub fn waiten(&self) -> WAITEN_R

Bit 13 - Wait enable bit

Source

pub fn extmod(&self) -> EXTMOD_R

Bit 14 - Extended mode enable

Source

pub fn asyncwait(&self) -> ASYNCWAIT_R

Bit 15 - Wait signal during asynchronous transfers

Source

pub fn cpsize(&self) -> CPSIZE_R

Bits 16:18 - CRAM Page Size

Source

pub fn cburstrw(&self) -> CBURSTRW_R

Bit 19 - Write burst enable

Source

pub fn nblset(&self) -> NBLSET_R

Bits 22:23 - Byte lane (NBL) setup

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more