#[repr(u8)]
pub enum IC1F_A {
Show 16 variants NOFILTER, FCK_INT_N2, FCK_INT_N4, FCK_INT_N8, FDTS_DIV2_N6, FDTS_DIV2_N8, FDTS_DIV4_N6, FDTS_DIV4_N8, FDTS_DIV8_N6, FDTS_DIV8_N8, FDTS_DIV16_N5, FDTS_DIV16_N6, FDTS_DIV16_N8, FDTS_DIV32_N5, FDTS_DIV32_N6, FDTS_DIV32_N8,
}
Expand description

Input capture 1 filter

Value on reset: 0

Variants

NOFILTER

0: No filter, sampling is done at fDTS

FCK_INT_N2

1: fSAMPLING=fCK_INT, N=2

FCK_INT_N4

2: fSAMPLING=fCK_INT, N=4

FCK_INT_N8

3: fSAMPLING=fCK_INT, N=8

FDTS_DIV2_N6

4: fSAMPLING=fDTS/2, N=6

FDTS_DIV2_N8

5: fSAMPLING=fDTS/2, N=8

FDTS_DIV4_N6

6: fSAMPLING=fDTS/4, N=6

FDTS_DIV4_N8

7: fSAMPLING=fDTS/4, N=8

FDTS_DIV8_N6

8: fSAMPLING=fDTS/8, N=6

FDTS_DIV8_N8

9: fSAMPLING=fDTS/8, N=8

FDTS_DIV16_N5

10: fSAMPLING=fDTS/16, N=5

FDTS_DIV16_N6

11: fSAMPLING=fDTS/16, N=6

FDTS_DIV16_N8

12: fSAMPLING=fDTS/16, N=8

FDTS_DIV32_N5

13: fSAMPLING=fDTS/32, N=5

FDTS_DIV32_N6

14: fSAMPLING=fDTS/32, N=6

FDTS_DIV32_N8

15: fSAMPLING=fDTS/32, N=8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.