Type Alias xmc4400::usic0_ch0::bypcr::BDEN_R

source ·
pub type BDEN_R = FieldReader<BDEN_A>;
Expand description

Field BDEN reader - Bypass Data Enable

Aliased Type§

struct BDEN_R { /* private fields */ }

Implementations§

source§

impl BDEN_R

source

pub const fn variant(&self) -> BDEN_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The transfer of bypass data is disabled.

source

pub fn is_value2(&self) -> bool

The transfer of bypass data to TBUF is possible. Bypass data will be transferred to TBUF according to its priority if BDV = 1.

source

pub fn is_value3(&self) -> bool

Gated bypass data transfer is enabled. Bypass data will be transferred to TBUF according to its priority if BDV = 1 and while DX2S = 0.

source

pub fn is_value4(&self) -> bool

Gated bypass data transfer is enabled. Bypass data will be transferred to TBUF according to its priority if BDV = 1 and while DX2S = 1.