Enum s32k144::rcm::rpc::RstfltsrwR [] [src]

pub enum RstfltsrwR {
    _00,
    _01,
    _10,
    _Reserved(u8),
}

Possible values of the field RSTFLTSRW

Variants

All filtering disabled

Bus clock filter enabled for normal operation

LPO clock filter enabled for normal operation

Reserved

Methods

impl RstfltsrwR
[src]

Value of the field as raw bits

Checks if the value of the field is _00

Checks if the value of the field is _01

Checks if the value of the field is _10

Trait Implementations

impl Clone for RstfltsrwR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RstfltsrwR
[src]

impl Debug for RstfltsrwR
[src]

Formats the value using the given formatter.

impl PartialEq for RstfltsrwR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.