Type Definition stm32g4::stm32g431::crs::cfgr::R[][src]

type R = R<u32, CFGR>;

Reader of register CFGR

Implementations

impl R[src]

pub fn reload(&self) -> RELOAD_R[src]

Bits 0:15 - Counter reload value RELOAD is the value to be loaded in the frequency error counter with each SYNC event. Refer to Section7.3.3: Frequency error measurement for more details about counter behavior.

pub fn felim(&self) -> FELIM_R[src]

Bits 16:23 - Frequency error limit FELIM contains the value to be used to evaluate the captured frequency error value latched in the FECAP[15:0] bits of the CRS_ISR register. Refer to Section7.3.4: Frequency error evaluation and automatic trimming for more details about FECAP evaluation.

pub fn syncdiv(&self) -> SYNCDIV_R[src]

Bits 24:26 - SYNC divider These bits are set and cleared by software to control the division factor of the SYNC signal.

pub fn syncsrc(&self) -> SYNCSRC_R[src]

Bits 28:29 - SYNC signal source selection These bits are set and cleared by software to select the SYNC signal source. Note: When using USB LPM (Link Power Management) and the device is in Sleep mode, the periodic USB SOF will not be generated by the host. No SYNC signal will therefore be provided to the CRS to calibrate the HSI48 on the run. To guarantee the required clock precision after waking up from Sleep mode, the LSE or reference clock on the GPIOs should be used as SYNC signal.

pub fn syncpol(&self) -> SYNCPOL_R[src]

Bit 31 - SYNC polarity selection This bit is set and cleared by software to select the input polarity for the SYNC signal source.