[][src]Type Definition avr_device::atmega2560::wdt::wdtcsr::WDPL_R

type WDPL_R = R<u8, WDPL_A>;

Reader of field WDPL

Implementations

impl WDPL_R[src]

pub fn variant(&self) -> WDPL_A[src]

Get enumerated values variant

pub fn is_cycles_2k_512k(&self) -> bool[src]

Checks if the value of the field is CYCLES_2K_512K

pub fn is_cycles_4k_1024k(&self) -> bool[src]

Checks if the value of the field is CYCLES_4K_1024K

pub fn is_cycles_8k(&self) -> bool[src]

Checks if the value of the field is CYCLES_8K

pub fn is_cycles_16k(&self) -> bool[src]

Checks if the value of the field is CYCLES_16K

pub fn is_cycles_32k(&self) -> bool[src]

Checks if the value of the field is CYCLES_32K

pub fn is_cycles_64k(&self) -> bool[src]

Checks if the value of the field is CYCLES_64K

pub fn is_cycles_128k(&self) -> bool[src]

Checks if the value of the field is CYCLES_128K

pub fn is_cycles_256k(&self) -> bool[src]

Checks if the value of the field is CYCLES_256K