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

type SRV = Reg<u32, _SRV>;

WDT Service Register

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

For information about avaliable fields see srv module

Trait Implementations

impl ResetValue for SRV[src]

Register SRV reset()'s with value 0

type Type = u32

Register size

impl Writable for SRV[src]

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