Struct stm32g0::stm32g0b0::tim1::bdtr::BKF_W[][src]

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

Field BKF writer - Break filter This bit-field defines the frequency used to sample BRK input and the length of the digital filter applied to BRK. The digital filter is made of an event counter in which N consecutive events are needed to validate a transition on the output: Note: This bit cannot be modified when LOCK level 1 has been programmed (LOCK bits in TIMx_BDTR register).

Implementations

Writes variant to the field

No filter, BRK acts asynchronously

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.