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

type WDT_OP_ND = Reg<u32, _WDT_OP_ND>;

WDT_OP_ND

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

For information about available fields see wdt_op_nd module

Trait Implementations

impl Readable for WDT_OP_ND[src]

read() method returns wdt_op_nd::R reader structure

impl ResetValue for WDT_OP_ND[src]

Register WDT_OP_ND reset()'s with value 0

type Type = u32

Register size

impl Writable for WDT_OP_ND[src]

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