Type Alias avr_device::attiny85::wdt::wdtcr::WDPL_R

source ·
pub type WDPL_R = FieldReader<u8, WDPL_A>;
Expand description

Field WDPL reader - Watchdog Timer Prescaler - Low Bits

Aliased Type§

struct WDPL_R { /* private fields */ }

Implementations§

source§

impl WDPL_R

source

pub fn variant(&self) -> WDPL_A

Get enumerated values variant

source

pub fn is_cycles_2k_512k(&self) -> bool

Checks if the value of the field is CYCLES_2K_512K

source

pub fn is_cycles_4k_1024k(&self) -> bool

Checks if the value of the field is CYCLES_4K_1024K

source

pub fn is_cycles_8k(&self) -> bool

Checks if the value of the field is CYCLES_8K

source

pub fn is_cycles_16k(&self) -> bool

Checks if the value of the field is CYCLES_16K

source

pub fn is_cycles_32k(&self) -> bool

Checks if the value of the field is CYCLES_32K

source

pub fn is_cycles_64k(&self) -> bool

Checks if the value of the field is CYCLES_64K

source

pub fn is_cycles_128k(&self) -> bool

Checks if the value of the field is CYCLES_128K

source

pub fn is_cycles_256k(&self) -> bool

Checks if the value of the field is CYCLES_256K