Type Definition stm32g4::stm32g441::crs::icr::R[][src]

type R = R<u32, ICR>;

Reader of register ICR

Implementations

impl R[src]

pub fn syncokc(&self) -> SYNCOKC_R[src]

Bit 0 - SYNC event OK clear flag Writing 1 to this bit clears the SYNCOKF flag in the CRS_ISR register.

pub fn syncwarnc(&self) -> SYNCWARNC_R[src]

Bit 1 - SYNC warning clear flag Writing 1 to this bit clears the SYNCWARNF flag in the CRS_ISR register.

pub fn errc(&self) -> ERRC_R[src]

Bit 2 - Error clear flag Writing 1 to this bit clears TRIMOVF, SYNCMISS and SYNCERR bits and consequently also the ERRF flag in the CRS_ISR register.

pub fn esyncc(&self) -> ESYNCC_R[src]

Bit 3 - Expected SYNC clear flag Writing 1 to this bit clears the ESYNCF flag in the CRS_ISR register.