Struct stm32g0::stm32g0b0::tim1::cr1::CKD_W[][src]

pub struct CKD_W<'a> { /* fields omitted */ }
Expand description

Field CKD writer - Clock division This bit-field indicates the division ratio between the timer clock (CK_INT) frequency and the dead-time and sampling clock (tDTS)used by the dead-time generators and the digital filters (ETR, TIx): Note: tDTS = 1/fDTS, tCK_INT = 1/fCK_INT.

Implementations

Writes variant to the field

tDTS=tCK_INT

tDTS=2*tCK_INT

tDTS=4*tCK_INT

Reserved, do not program this value

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.