BwcR

Type Alias BwcR 

pub type BwcR = FieldReader<Bwc>;
Expand description

Field BWC reader - Bandwidth Control

Aliased Type§

pub struct BwcR { /* private fields */ }

Implementations§

§

impl BwcR

pub const fn variant(&self) -> Option<Bwc>

Get enumerated values variant

pub fn is_0(&self) -> bool

No eDMA engine stalls.

pub fn is_10(&self) -> bool

eDMA engine stalls for 4 cycles after each R/W.

pub fn is_11(&self) -> bool

eDMA engine stalls for 8 cycles after each R/W.