RwuidW

Type Alias RwuidW 

pub type RwuidW<'a, REG> = BitWriter<'a, REG, Rwuid>;
Expand description

Field RWUID writer - Receive Wake Up Idle Detect

Aliased Type§

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

Implementations§

§

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

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

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 _1(self) -> &'a mut W<REG>

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.