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 - MBKEN

Source

pub fn muxen(&self) -> MUXEN_R

Bit 1 - MUXEN

Source

pub fn mtyp(&self) -> MTYP_R

Bits 2:3 - MTYP

Source

pub fn mwid(&self) -> MWID_R

Bits 4:5 - MWID

Source

pub fn faccen(&self) -> FACCEN_R

Bit 6 - FACCEN

Source

pub fn bursten(&self) -> BURSTEN_R

Bit 8 - BURSTEN

Source

pub fn waitpol(&self) -> WAITPOL_R

Bit 9 - WAITPOL

Source

pub fn wrapmod(&self) -> WRAPMOD_R

Bit 10 - WRAPMOD

Source

pub fn waitcfg(&self) -> WAITCFG_R

Bit 11 - WAITCFG

Source

pub fn wren(&self) -> WREN_R

Bit 12 - WREN

Source

pub fn waiten(&self) -> WAITEN_R

Bit 13 - WAITEN

Source

pub fn extmod(&self) -> EXTMOD_R

Bit 14 - EXTMOD

Source

pub fn asyncwait(&self) -> ASYNCWAIT_R

Bit 15 - ASYNCWAIT

Source

pub fn cpsize(&self) -> CPSIZE_R

Bits 16:18 - CRAM page size

Source

pub fn cburstrw(&self) -> CBURSTRW_R

Bit 19 - CBURSTRW

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more