TxrtspolR

Type Alias TxrtspolR 

pub type TxrtspolR = BitReader<Txrtspol>;
Expand description

Field TXRTSPOL reader - Transmitter request-to-send polarity

Aliased Type§

pub struct TxrtspolR { /* private fields */ }

Implementations§

§

impl TxrtspolR

pub const fn variant(&self) -> Txrtspol

Get enumerated values variant

pub fn is_0(&self) -> bool

Transmitter RTS is active low.

pub fn is_1(&self) -> bool

Transmitter RTS is active high.