UpdateW

Type Alias UpdateW 

pub type UpdateW<'a, REG> = BitWriter<'a, REG, Update>;
Expand description

Field UPDATE writer - Allow updates

Aliased Type§

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

Implementations§

§

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

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

Updates not allowed. After the initial configuration, the watchdog cannot be later modified without forcing a reset.

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

Updates allowed. Software can modify the watchdog configuration registers within 8’d128 bus clocks after performing the unlock write sequence.