atsamd21g::wdt::config

Type Alias WindowR

Source
pub type WindowR = FieldReader<Windowselect>;
Expand description

Field WINDOW reader - Window Mode Time-Out Period

Aliased Type§

struct WindowR { /* private fields */ }

Implementations§

Source§

impl WindowR

Source

pub const fn variant(&self) -> Option<Windowselect>

Get enumerated values variant

Source

pub fn is_8(&self) -> bool

8 clock cycles

Source

pub fn is_16(&self) -> bool

16 clock cycles

Source

pub fn is_32(&self) -> bool

32 clock cycles

Source

pub fn is_64(&self) -> bool

64 clock cycles

Source

pub fn is_128(&self) -> bool

128 clock cycles

Source

pub fn is_256(&self) -> bool

256 clock cycles

Source

pub fn is_512(&self) -> bool

512 clock cycles

Source

pub fn is_1k(&self) -> bool

1024 clock cycles

Source

pub fn is_2k(&self) -> bool

2048 clock cycles

Source

pub fn is_4k(&self) -> bool

4096 clock cycles

Source

pub fn is_8k(&self) -> bool

8192 clock cycles

Source

pub fn is_16k(&self) -> bool

16384 clock cycles