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

#[repr(u8)]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,
}

Reset Pin Filter Bus Clock Select

Value on reset: 0

Variants

_00000

0: Bus clock filter count is 1

_00001

1: Bus clock filter count is 2

_00010

2: Bus clock filter count is 3

_00011

3: Bus clock filter count is 4

_00100

4: Bus clock filter count is 5

_00101

5: Bus clock filter count is 6

_00110

6: Bus clock filter count is 7

_00111

7: Bus clock filter count is 8

_01000

8: Bus clock filter count is 9

_01001

9: Bus clock filter count is 10

_01010

10: Bus clock filter count is 11

_01011

11: Bus clock filter count is 12

_01100

12: Bus clock filter count is 13

_01101

13: Bus clock filter count is 14

_01110

14: Bus clock filter count is 15

_01111

15: Bus clock filter count is 16

_10000

16: Bus clock filter count is 17

_10001

17: Bus clock filter count is 18

_10010

18: Bus clock filter count is 19

_10011

19: Bus clock filter count is 20

_10100

20: Bus clock filter count is 21

_10101

21: Bus clock filter count is 22

_10110

22: Bus clock filter count is 23

_10111

23: Bus clock filter count is 24

_11000

24: Bus clock filter count is 25

_11001

25: Bus clock filter count is 26

_11010

26: Bus clock filter count is 27

_11011

27: Bus clock filter count is 28

_11100

28: Bus clock filter count is 29

_11101

29: Bus clock filter count is 30

_11110

30: Bus clock filter count is 31

_11111

31: Bus clock filter count is 32

Trait Implementations

impl Clone for RSTFLTSEL_A[src]

impl Copy for RSTFLTSEL_A[src]

impl Debug for RSTFLTSEL_A[src]

impl From<RSTFLTSEL_A> for u8[src]

impl PartialEq<RSTFLTSEL_A> for RSTFLTSEL_A[src]

impl StructuralPartialEq for RSTFLTSEL_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> Same<T> for T

type Output = T

Should always be Self

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.