[][src]Type Definition msp430g2553::watchdog_timer::WDTCTL

type WDTCTL = Reg<u16, _WDTCTL>;

Watchdog Timer Control

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

For information about available fields see wdtctl module

Trait Implementations

impl Readable for WDTCTL[src]

read() method returns wdtctl::R reader structure

impl ResetValue for WDTCTL[src]

Register WDTCTL reset()'s with value 0

type Type = u16

Register size

impl Writable for WDTCTL[src]

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