Type Definition atsam4s2c_pac::rtc::TIMR[][src]

type TIMR = Reg<u32, _TIMR>;

Time Register

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

For information about available fields see timr module

Trait Implementations

impl Readable for TIMR[src]

read() method returns timr::R reader structure

impl ResetValue for TIMR[src]

Register TIMR reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for TIMR[src]

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