#[repr(u8)]pub enum ETF_A {
Show 16 variants
NOFILTER = 0,
FCK_INT_N2 = 1,
FCK_INT_N4 = 2,
FCK_INT_N8 = 3,
FDTS_DIV2_N6 = 4,
FDTS_DIV2_N8 = 5,
FDTS_DIV4_N6 = 6,
FDTS_DIV4_N8 = 7,
FDTS_DIV8_N6 = 8,
FDTS_DIV8_N8 = 9,
FDTS_DIV16_N5 = 10,
FDTS_DIV16_N6 = 11,
FDTS_DIV16_N8 = 12,
FDTS_DIV32_N5 = 13,
FDTS_DIV32_N6 = 14,
FDTS_DIV32_N8 = 15,
}
Expand description
External trigger filter
Value on reset: 0
Variants§
NOFILTER = 0
0: No filter, sampling is done at fDTS
FCK_INT_N2 = 1
1: fSAMPLING=fCK_INT, N=2
FCK_INT_N4 = 2
2: fSAMPLING=fCK_INT, N=4
FCK_INT_N8 = 3
3: fSAMPLING=fCK_INT, N=8
FDTS_DIV2_N6 = 4
4: fSAMPLING=fDTS/2, N=6
FDTS_DIV2_N8 = 5
5: fSAMPLING=fDTS/2, N=8
FDTS_DIV4_N6 = 6
6: fSAMPLING=fDTS/4, N=6
FDTS_DIV4_N8 = 7
7: fSAMPLING=fDTS/4, N=8
FDTS_DIV8_N6 = 8
8: fSAMPLING=fDTS/8, N=6
FDTS_DIV8_N8 = 9
9: fSAMPLING=fDTS/8, N=8
FDTS_DIV16_N5 = 10
10: fSAMPLING=fDTS/16, N=5
FDTS_DIV16_N6 = 11
11: fSAMPLING=fDTS/16, N=6
FDTS_DIV16_N8 = 12
12: fSAMPLING=fDTS/16, N=8
FDTS_DIV32_N5 = 13
13: fSAMPLING=fDTS/32, N=5
FDTS_DIV32_N6 = 14
14: fSAMPLING=fDTS/32, N=6
FDTS_DIV32_N8 = 15
15: fSAMPLING=fDTS/32, N=8
Trait Implementations§
impl Copy for ETF_A
impl StructuralPartialEq for ETF_A
Auto Trait Implementations§
impl Freeze for ETF_A
impl RefUnwindSafe for ETF_A
impl Send for ETF_A
impl Sync for ETF_A
impl Unpin for ETF_A
impl UnwindSafe for ETF_A
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more