Struct stm32g0::stm32g0c1::tim2::smcr::ETF_W[][src]

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

Field ETF writer - External trigger filter This bit-field then defines the frequency used to sample ETRP signal and the length of the digital filter applied to ETRP. The digital filter is made of an event counter in which N consecutive events are needed to validate a transition on the output:

Implementations

Writes variant to the field

No filter, sampling is done at fDTS

fSAMPLING=fCK_INT, N=2

fSAMPLING=fCK_INT, N=4

fSAMPLING=fCK_INT, N=8

fSAMPLING=fDTS/2, N=6

fSAMPLING=fDTS/2, N=8

fSAMPLING=fDTS/4, N=6

fSAMPLING=fDTS/4, N=8

fSAMPLING=fDTS/8, N=6

fSAMPLING=fDTS/8, N=8

fSAMPLING=fDTS/16, N=5

fSAMPLING=fDTS/16, N=6

fSAMPLING=fDTS/16, N=8

fSAMPLING=fDTS/32, N=5

fSAMPLING=fDTS/32, N=6

fSAMPLING=fDTS/32, N=8

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.