Type Alias xmc4800::usic0_ch0::psr_ascmode::ColR

source ·
pub type ColR = BitReader<Col>;
Expand description

Field COL reader - Collision Detected

Aliased Type§

struct ColR { /* private fields */ }

Implementations§

source§

impl ColR

source

pub const fn variant(&self) -> Col

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

A collision has not yet been detected and frame transmission is possible.

source

pub fn is_value2(&self) -> bool

A collision has been detected and frame transmission is not possible.