Type Alias xmc4300::usic0_ch0::pcr_ascmode::PlR

source ·
pub type PlR = FieldReader<Pl>;
Expand description

Field PL reader - Pulse Length

Aliased Type§

struct PlR { /* private fields */ }

Implementations§

source§

impl PlR

source

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

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.