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

type WUB = Reg<u32, _WUB>;

WDT Window Upper Bound Register

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

For information about avaliable fields see wub module

Trait Implementations

impl Readable for WUB[src]

read() method returns wub::R reader structure

impl ResetValue for WUB[src]

Register WUB reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for WUB[src]

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