Type Alias atsamd21g::wdt::config::PER_R

source ·
pub type PER_R = FieldReader<PERSELECT_A>;
Expand description

Field PER reader - Time-Out Period

Aliased Type§

struct PER_R { /* private fields */ }

Implementations§

source§

impl PER_R

source

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

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