[][src]Enum k64::rcm::rpfw::RSTFLTSELR

pub enum RSTFLTSELR {
    _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

Methods

impl RSTFLTSELR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_00000(&self) -> bool[src]

Checks if the value of the field is _00000

pub fn is_00001(&self) -> bool[src]

Checks if the value of the field is _00001

pub fn is_00010(&self) -> bool[src]

Checks if the value of the field is _00010

pub fn is_00011(&self) -> bool[src]

Checks if the value of the field is _00011

pub fn is_00100(&self) -> bool[src]

Checks if the value of the field is _00100

pub fn is_00101(&self) -> bool[src]

Checks if the value of the field is _00101

pub fn is_00110(&self) -> bool[src]

Checks if the value of the field is _00110

pub fn is_00111(&self) -> bool[src]

Checks if the value of the field is _00111

pub fn is_01000(&self) -> bool[src]

Checks if the value of the field is _01000

pub fn is_01001(&self) -> bool[src]

Checks if the value of the field is _01001

pub fn is_01010(&self) -> bool[src]

Checks if the value of the field is _01010

pub fn is_01011(&self) -> bool[src]

Checks if the value of the field is _01011

pub fn is_01100(&self) -> bool[src]

Checks if the value of the field is _01100

pub fn is_01101(&self) -> bool[src]

Checks if the value of the field is _01101

pub fn is_01110(&self) -> bool[src]

Checks if the value of the field is _01110

pub fn is_01111(&self) -> bool[src]

Checks if the value of the field is _01111

pub fn is_10000(&self) -> bool[src]

Checks if the value of the field is _10000

pub fn is_10001(&self) -> bool[src]

Checks if the value of the field is _10001

pub fn is_10010(&self) -> bool[src]

Checks if the value of the field is _10010

pub fn is_10011(&self) -> bool[src]

Checks if the value of the field is _10011

pub fn is_10100(&self) -> bool[src]

Checks if the value of the field is _10100

pub fn is_10101(&self) -> bool[src]

Checks if the value of the field is _10101

pub fn is_10110(&self) -> bool[src]

Checks if the value of the field is _10110

pub fn is_10111(&self) -> bool[src]

Checks if the value of the field is _10111

pub fn is_11000(&self) -> bool[src]

Checks if the value of the field is _11000

pub fn is_11001(&self) -> bool[src]

Checks if the value of the field is _11001

pub fn is_11010(&self) -> bool[src]

Checks if the value of the field is _11010

pub fn is_11011(&self) -> bool[src]

Checks if the value of the field is _11011

pub fn is_11100(&self) -> bool[src]

Checks if the value of the field is _11100

pub fn is_11101(&self) -> bool[src]

Checks if the value of the field is _11101

pub fn is_11110(&self) -> bool[src]

Checks if the value of the field is _11110

pub fn is_11111(&self) -> bool[src]

Checks if the value of the field is _11111

Trait Implementations

impl Debug for RSTFLTSELR[src]

impl PartialEq<RSTFLTSELR> for RSTFLTSELR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Copy for RSTFLTSELR[src]

impl Clone for RSTFLTSELR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RSTFLTSELR

impl Sync for RSTFLTSELR

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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