RwuidR

Type Alias RwuidR 

pub type RwuidR = BitReader<Rwuid>;
Expand description

Field RWUID reader - Receive Wake Up Idle Detect

Aliased Type§

pub struct RwuidR { /* private fields */ }

Implementations§

§

impl RwuidR

pub const fn variant(&self) -> Rwuid

Get enumerated values variant

pub fn is_0(&self) -> bool

During receive standby state (RWU = 1), the IDLE bit does not get set upon detection of an idle character. During address match wakeup, the IDLE bit does not set when an address does not match.

pub fn is_1(&self) -> bool

During receive standby state (RWU = 1), the IDLE bit gets set upon detection of an idle character. During address match wakeup, the IDLE bit does set when an address does not match.