Type Definition stm32f1::stm32f102::rtc::CNTH[][src]

type CNTH = Reg<u32, _CNTH>;

RTC Counter Register High

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

For information about available fields see cnth module

Trait Implementations

impl Readable for CNTH[src]

read() method returns cnth::R reader structure

impl ResetValue for CNTH[src]

Register CNTH reset()'s with value 0

type Type = u32

Register size

impl Writable for CNTH[src]

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