Module stm32h7xx_hal::stm32::crs

source ·
Expand description

CRS

Modules§

  • This register can be written only when the frequency error counter is disabled (CEN bit is cleared in CRS_CR). When the counter is enabled, this register is write-protected.
  • CRS control register
  • CRS interrupt flag clear register
  • CRS interrupt and status register

Structs§

Type Aliases§

  • CFGR register accessor: an alias for Reg<CFGR_SPEC>
  • CR register accessor: an alias for Reg<CR_SPEC>
  • ICR register accessor: an alias for Reg<ICR_SPEC>
  • ISR register accessor: an alias for Reg<ISR_SPEC>