Module stm32f1xx_hal::pac::rtc

source ·
Expand description

Real time clock

Modules

RTC Alarm Register High
RTC Alarm Register Low
RTC Counter Register High
RTC Counter Register Low
RTC Control Register High
RTC Control Register Low
RTC Prescaler Divider Register High
RTC Prescaler Divider Register Low
RTC Prescaler Load Register High
RTC Prescaler Load Register Low

Structs

Register block

Type Definitions

ALRH register accessor: an alias for Reg<ALRH_SPEC>
ALRL register accessor: an alias for Reg<ALRL_SPEC>
CNTH register accessor: an alias for Reg<CNTH_SPEC>
CNTL register accessor: an alias for Reg<CNTL_SPEC>
CRH register accessor: an alias for Reg<CRH_SPEC>
CRL register accessor: an alias for Reg<CRL_SPEC>
DIVH register accessor: an alias for Reg<DIVH_SPEC>
DIVL register accessor: an alias for Reg<DIVL_SPEC>
PRLH register accessor: an alias for Reg<PRLH_SPEC>
PRLL register accessor: an alias for Reg<PRLL_SPEC>