Type Definition stm32f1::stm32f107::rtc::CRH[][src]

type CRH = Reg<u32, _CRH>;

RTC Control Register High

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

For information about available fields see crh module

Trait Implementations

impl Readable for CRH[src]

read() method returns crh::R reader structure

impl ResetValue for CRH[src]

Register CRH reset()'s with value 0

type Type = u32

Register size

impl Writable for CRH[src]

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