Module gd32vf103_pac::rtc

source ·
Expand description

Real-time clock

Modules

  • Alarm high register
  • RTC alarm low register
  • RTC counter high register
  • RTC counter low register
  • control register
  • RTC divider high register
  • RTC divider low register
  • RTC interrupt enable register
  • RTC prescaler high register
  • RTC prescaler low register

Structs

Type Definitions

  • ALRMH (w) register accessor: an alias for Reg<ALRMH_SPEC>
  • ALRML (w) register accessor: an alias for Reg<ALRML_SPEC>
  • CNTH (rw) register accessor: an alias for Reg<CNTH_SPEC>
  • CNTL (rw) register accessor: an alias for Reg<CNTL_SPEC>
  • CTL (rw) register accessor: an alias for Reg<CTL_SPEC>
  • DIVH (r) register accessor: an alias for Reg<DIVH_SPEC>
  • DIVL (r) register accessor: an alias for Reg<DIVL_SPEC>
  • INTEN (rw) register accessor: an alias for Reg<INTEN_SPEC>
  • PSCH (w) register accessor: an alias for Reg<PSCH_SPEC>
  • PSCL (w) register accessor: an alias for Reg<PSCL_SPEC>