IntW

Type Alias IntW 

pub type IntW<'a, REG> = BitWriter<'a, REG, Int>;
Expand description

Field INT writer - Watchdog Interrupt

Aliased Type§

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

Implementations§

§

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

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

Watchdog interrupts are disabled. Watchdog resets are not delayed.

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

Watchdog interrupts are enabled. Watchdog resets are delayed by 8’d128 bus clocks from the interrupt vector fetch.