Type Alias xmc4800::usic0_ch0::dx5cr::DpolW

source ·
pub type DpolW<'a, REG> = BitWriter<'a, REG, Dpol>;
Expand description

Field DPOL writer - Data Polarity for DXn

Aliased Type§

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

Implementations§

source§

impl<'a, REG> DpolW<'a, REG>
where REG: Writable + RegisterSpec,

source

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

The input signal is not inverted.

source

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

The input signal is inverted.