[][src]Type Definition avr_device::atmega328p::wdt::WDTCSR

type WDTCSR = Reg<u8, _WDTCSR>;

Watchdog Timer Control Register

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

For information about available fields see wdtcsr module

Trait Implementations

impl Readable for WDTCSR[src]

read() method returns wdtcsr::R reader structure

impl ResetValue for WDTCSR[src]

Register WDTCSR reset()'s with value 0

impl Writable for WDTCSR[src]

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