Type Alias xmc4300::usic0_ch0::pcr_ascmode::StpbW

source ·
pub type StpbW<'a, REG> = BitWriter<'a, REG, Stpb>;
Expand description

Field STPB writer - Stop Bits

Aliased Type§

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

Implementations§

source§

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

source

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

The number of stop bits is 1.

source

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

The number of stop bits is 2.