[][src]Type Definition stm32f3::stm32f373::rtc::ALRMAR

type ALRMAR = Reg<u32, _ALRMAR>;

alarm A register

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

For information about available fields see alrmar module

Trait Implementations

impl Readable for ALRMAR[src]

read() method returns alrmar::R reader structure

impl ResetValue for ALRMAR[src]

Register ALRMAR reset()'s with value 0

type Type = u32

Register size

impl Writable for ALRMAR[src]

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