UpdateR

Type Alias UpdateR 

pub type UpdateR = BitReader<Update>;
Expand description

Field UPDATE reader - Allow updates

Aliased Type§

pub struct UpdateR { /* private fields */ }

Implementations§

§

impl UpdateR

pub const fn variant(&self) -> Update

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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