Type Alias RXONLY_R

Source
pub type RXONLY_R = BitReader<RXONLY>;
Expand description

Field RXONLY reader - Receive only

Aliased Type§

struct RXONLY_R { /* private fields */ }

Implementations§

Source§

impl RXONLY_R

Source

pub const fn variant(&self) -> RXONLY

Get enumerated values variant

Source

pub fn is_full_duplex(&self) -> bool

Full duplex (Transmit and receive)

Source

pub fn is_output_disabled(&self) -> bool

Output disabled (Receive-only mode)