Type Alias xmc4200::usic0_ch0::pcr_ascmode::PL_R

source ·
pub type PL_R = FieldReader<PL_A>;
Expand description

Field PL reader - Pulse Length

Aliased Type§

struct PL_R { /* private fields */ }

Implementations§

source§

impl PL_R

source

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

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

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

source

pub fn is_value2(&self) -> bool

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

source

pub fn is_value3(&self) -> bool

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

source

pub fn is_value4(&self) -> bool

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