Skip to main content

WdeW

Type Alias WdeW 

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

Field WDE writer - Watchdog Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disabled

Source

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

Enabled