[][src]Enum mkl26z4::rcm::rpfw::RSTFLTSEL_A

pub enum RSTFLTSEL_A {
    _00000,
    _00001,
    _00010,
    _00011,
    _00100,
    _00101,
    _00110,
    _00111,
    _01000,
    _01001,
    _01010,
    _01011,
    _01100,
    _01101,
    _01110,
    _01111,
    _10000,
    _10001,
    _10010,
    _10011,
    _10100,
    _10101,
    _10110,
    _10111,
    _11000,
    _11001,
    _11010,
    _11011,
    _11100,
    _11101,
    _11110,
    _11111,
}

Possible values of the field RSTFLTSEL

Variants

_00000

Bus clock filter count is 1

_00001

Bus clock filter count is 2

_00010

Bus clock filter count is 3

_00011

Bus clock filter count is 4

_00100

Bus clock filter count is 5

_00101

Bus clock filter count is 6

_00110

Bus clock filter count is 7

_00111

Bus clock filter count is 8

_01000

Bus clock filter count is 9

_01001

Bus clock filter count is 10

_01010

Bus clock filter count is 11

_01011

Bus clock filter count is 12

_01100

Bus clock filter count is 13

_01101

Bus clock filter count is 14

_01110

Bus clock filter count is 15

_01111

Bus clock filter count is 16

_10000

Bus clock filter count is 17

_10001

Bus clock filter count is 18

_10010

Bus clock filter count is 19

_10011

Bus clock filter count is 20

_10100

Bus clock filter count is 21

_10101

Bus clock filter count is 22

_10110

Bus clock filter count is 23

_10111

Bus clock filter count is 24

_11000

Bus clock filter count is 25

_11001

Bus clock filter count is 26

_11010

Bus clock filter count is 27

_11011

Bus clock filter count is 28

_11100

Bus clock filter count is 29

_11101

Bus clock filter count is 30

_11110

Bus clock filter count is 31

_11111

Bus clock filter count is 32

Trait Implementations

impl ToBits<u8> for RSTFLTSEL_A[src]

impl PartialEq<RSTFLTSEL_A> for RSTFLTSEL_A[src]

impl Debug for RSTFLTSEL_A[src]

impl Copy for RSTFLTSEL_A[src]

impl Clone for RSTFLTSEL_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self