[][src]Type Definition avr_device::atmega8::wdt::WDTCR

type WDTCR = Reg<u8, _WDTCR>;

Watchdog Timer Control Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see wdtcr module

Trait Implementations

impl Readable for WDTCR[src]

read() method returns wdtcr::R reader structure

impl ResetValue for WDTCR[src]

Register WDTCR reset()'s with value 0

impl Writable for WDTCR[src]

write(|w| ..) method takes wdtcr::W writer structure