Type Alias xmc4400::usic0_ch0::pcr_ascmode::PL_W

source ·
pub type PL_W<'a, REG> = FieldWriter<'a, REG, 3, PL_A>;
Expand description

Field PL writer - Pulse Length

Aliased Type§

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

Implementations§

source§

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

source

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

The pulse length is equal to the bit length (no shortened 0).

source

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

The pulse length of a 0 bit is 2 time quanta.

source

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

The pulse length of a 0 bit is 3 time quanta.

source

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

The pulse length of a 0 bit is 8 time quanta.