pub enum IC1FW {
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
Values that can be written to the field IC1F
Variants§
NOFILTER
No filter, sampling is done at fDTS
FCK_INT_N2
fSAMPLING=fCK_INT, N=2
FCK_INT_N4
fSAMPLING=fCK_INT, N=4
FCK_INT_N8
fSAMPLING=fCK_INT, N=8
FDTS_DIV2_N6
fSAMPLING=fDTS/2, N=6
FDTS_DIV2_N8
fSAMPLING=fDTS/2, N=8
FDTS_DIV4_N6
fSAMPLING=fDTS/4, N=6
FDTS_DIV4_N8
fSAMPLING=fDTS/4, N=8
FDTS_DIV8_N6
fSAMPLING=fDTS/8, N=6
FDTS_DIV8_N8
fSAMPLING=fDTS/8, N=8
FDTS_DIV16_N5
fSAMPLING=fDTS/16, N=5
FDTS_DIV16_N6
fSAMPLING=fDTS/16, N=6
FDTS_DIV16_N8
fSAMPLING=fDTS/16, N=8
FDTS_DIV32_N5
fSAMPLING=fDTS/32, N=5
FDTS_DIV32_N6
fSAMPLING=fDTS/32, N=6
FDTS_DIV32_N8
fSAMPLING=fDTS/32, N=8
Auto Trait Implementations§
impl Freeze for IC1FW
impl RefUnwindSafe for IC1FW
impl Send for IC1FW
impl Sync for IC1FW
impl Unpin for IC1FW
impl UnwindSafe for IC1FW
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