TxrtspolW

Type Alias TxrtspolW 

pub type TxrtspolW<'a, REG> = BitWriter<'a, REG, Txrtspol>;
Expand description

Field TXRTSPOL writer - Transmitter request-to-send polarity

Aliased Type§

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

Implementations§

§

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

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

Transmitter RTS is active low.

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

Transmitter RTS is active high.