Type Definition stm32g4::stm32g484::crs::icr::W[][src]

type W = W<u32, ICR>;

Writer for register ICR

Implementations

impl W[src]

pub fn syncokc(&mut self) -> SYNCOKC_W<'_>[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(&mut self) -> SYNCWARNC_W<'_>[src]

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

pub fn errc(&mut self) -> ERRC_W<'_>[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(&mut self) -> ESYNCC_W<'_>[src]

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