[][src]Type Definition xmc4400::rtc::CLRSR

type CLRSR = Reg<u32, _CLRSR>;

RTC Clear Service Request Register

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

For information about available fields see clrsr module

Trait Implementations

impl ResetValue for CLRSR[src]

Register CLRSR reset()'s with value 0

type Type = u32

Register size

impl Writable for CLRSR[src]

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