Type Alias xmc4800::usic0_ch0::bypcr::BdenW

source ·
pub type BdenW<'a, REG> = FieldWriterSafe<'a, REG, 2, Bden>;
Expand description

Field BDEN writer - Bypass Data Enable

Aliased Type§

struct BdenW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> BdenW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn value1(self) -> &'a mut W<REG>

The transfer of bypass data is disabled.

source

pub fn value2(self) -> &'a mut W<REG>

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 value3(self) -> &'a mut W<REG>

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 value4(self) -> &'a mut W<REG>

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