[][src]Type Definition xmc1100::wdt::CTR

type CTR = Reg<u32, _CTR>;

WDT Control Register

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

For information about avaliable fields see ctr module

Trait Implementations

impl Readable for CTR[src]

read() method returns ctr::R reader structure

impl ResetValue for CTR[src]

Register CTR reset()'s with value 0

type Type = u32

Register size

impl Writable for CTR[src]

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