[][src]Enum ke06z4_pac::port::ioflt0::FLTDIV2_A

#[repr(u8)]pub enum FLTDIV2_A {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

Filter Division Set 2

Value on reset: 0

Variants

_000

0: BUSCLK/32

_001

1: BUSCLK/64

_010

2: BUSCLK/128

_011

3: BUSCLK/256

_100

4: BUSCLK/512

_101

5: BUSCLK/1024

_110

6: BUSCLK/2048

_111

7: BUSCLK/4096

Trait Implementations

impl Clone for FLTDIV2_A[src]

impl Copy for FLTDIV2_A[src]

impl Debug for FLTDIV2_A[src]

impl From<FLTDIV2_A> for u8[src]

impl PartialEq<FLTDIV2_A> for FLTDIV2_A[src]

impl StructuralPartialEq for FLTDIV2_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.