[][src]Type Definition avr_device::atmega1280::wdt::wdtcsr::R

type R = R<u8, WDTCSR>;

Reader of register WDTCSR

Implementations

impl R[src]

pub fn wde(&self) -> WDE_R[src]

Bit 3 - Watch Dog Enable

pub fn wdce(&self) -> WDCE_R[src]

Bit 4 - Watchdog Change Enable

pub fn wdie(&self) -> WDIE_R[src]

Bit 6 - Watchdog Timeout Interrupt Enable

pub fn wdif(&self) -> WDIF_R[src]

Bit 7 - Watchdog Timeout Interrupt Flag

pub fn wdpl(&self) -> WDPL_R[src]

Bits 0:2 - Watchdog Timer Prescaler - Low Bits

pub fn wdph(&self) -> WDPH_R[src]

Bit 5 - Watchdog Timer Prescaler - High Bit