Module ch32v1::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

ALRMH register accessor: an alias for Reg<ALRMH_SPEC>

ALRML register accessor: an alias for Reg<ALRML_SPEC>

CNTH register accessor: an alias for Reg<CNTH_SPEC>

CNTL register accessor: an alias for Reg<CNTL_SPEC>

CTLRH register accessor: an alias for Reg<CTLRH_SPEC>

CTLRL register accessor: an alias for Reg<CTLRL_SPEC>

DIVH register accessor: an alias for Reg<DIVH_SPEC>

DIVL register accessor: an alias for Reg<DIVL_SPEC>

PSCRH register accessor: an alias for Reg<PSCRH_SPEC>

PSCRL register accessor: an alias for Reg<PSCRL_SPEC>