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

type WDT_OP = Reg<u32, _WDT_OP>;

WDT_OP

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

For information about available fields see wdt_op module

Trait Implementations

impl Readable for WDT_OP[src]

read() method returns wdt_op::R reader structure

impl ResetValue for WDT_OP[src]

Register WDT_OP reset()'s with value 0

type Type = u32

Register size

impl Writable for WDT_OP[src]

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