Module stm32_hal2::pac::can_ccu

source ·
Expand description

CCU registers

Modules§

  • Calibration Configuration Register
  • Clock Calibration Unit Core Release Register
  • Calibration Status Register
  • Calibration Watchdog Register
  • Clock Calibration Unit Interrupt Enable Register
  • Clock Calibration Unit Interrupt Register

Structs§

Type Aliases§

  • CCFG register accessor: an alias for Reg<CCFG_SPEC>
  • CREL register accessor: an alias for Reg<CREL_SPEC>
  • CSTAT register accessor: an alias for Reg<CSTAT_SPEC>
  • CWD register accessor: an alias for Reg<CWD_SPEC>
  • IE register accessor: an alias for Reg<IE_SPEC>
  • IR register accessor: an alias for Reg<IR_SPEC>