Enum s32k144::porta::dfer::DfeR [] [src]

pub enum DfeR {
    _0,
    _1,
    _Reserved(u32),
}

Possible values of the field DFE

Variants

Digital filter is disabled on the corresponding pin and output of the digital filter is reset to zero.

Digital filter is enabled on the corresponding pin, if the pin is configured as a digital input.

Reserved

Methods

impl DfeR
[src]

Value of the field as raw bits

Checks if the value of the field is _0

Checks if the value of the field is _1

Trait Implementations

impl Clone for DfeR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DfeR
[src]

impl Debug for DfeR
[src]

Formats the value using the given formatter.

impl PartialEq for DfeR
[src]

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

This method tests for !=.