Type Alias xmc4400::usic0_ch0::psr_ascmode::COL_W

source ·
pub type COL_W<'a, REG> = BitWriter<'a, REG, COL_A>;
Expand description

Field COL writer - Collision Detected

Aliased Type§

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

Implementations§

source§

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

source

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

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

source

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

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