TeW

Type Alias TeW 

pub type TeW<'a, REG> = BitWriter<'a, REG, Te>;
Expand description

Field TE writer - Transmitter Enable

Aliased Type§

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

Implementations§

§

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

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

Transmitter disabled.

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

Transmitter enabled.