Struct stm32h743::crs::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub crs_cr: CRS_CR, pub crs_cfgr: CRS_CFGR, pub crs_isr: CRS_ISR, pub crs_icr: CRS_ICR, }

Register block

Fields

0x00 - CRS control register

0x04 - 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.

0x08 - CRS interrupt and status register

0x0c - CRS interrupt flag clear register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock