TstR

Type Alias TstR 

pub type TstR = FieldReader<Tst>;
Expand description

Field TST reader - Watchdog Test

Aliased Type§

pub struct TstR { /* private fields */ }

Implementations§

§

impl TstR

pub const fn variant(&self) -> Tst

Get enumerated values variant

pub fn is_00(&self) -> bool

Watchdog test mode disabled.

pub fn is_01(&self) -> bool

Watchdog user mode enabled. (Watchdog test mode disabled.) After testing the watchdog, software should use this setting to indicate that the watchdog is functioning normally in user mode.

pub fn is_10(&self) -> bool

Watchdog test mode enabled, only the low byte is used. CNT[CNTLOW] is compared with TOVAL[TOVALLOW].

pub fn is_11(&self) -> bool

Watchdog test mode enabled, only the high byte is used. CNT[CNTHIGH] is compared with TOVAL[TOVALHIGH].