[][src]Type Definition esp8266::wdt::WDT_CTL

type WDT_CTL = Reg<u32, _WDT_CTL>;

WDT_CTL

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

For information about available fields see wdt_ctl module

Trait Implementations

impl Readable for WDT_CTL[src]

read() method returns wdt_ctl::R reader structure

impl ResetValue for WDT_CTL[src]

Register WDT_CTL reset()'s with value 0

type Type = u32

Register size

impl Writable for WDT_CTL[src]

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