Type Alias xmc4800::usic0_ch0::psr_ascmode::ColW

source ·
pub type ColW<'a, REG> = BitWriter<'a, REG, Col>;
Expand description

Field COL writer - Collision Detected

Aliased Type§

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

Implementations§

source§

impl<'a, REG> ColW<'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.