Type Alias WAKEUP_W

Source
pub type WAKEUP_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field WAKEUP writer - This interrupt raw bit turns to high level when input rxd edge changes more times than what reg_active_threshold specifies in light sleeping mode.

Aliased Typeยง

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