Enum s32k144::ftm3::fltpol::Flt3polR [] [src]

pub enum Flt3polR {
    _0,
    _1,
}

Possible values of the field FLT3POL

Variants

The fault input polarity is active high. A 1 at the fault input indicates a fault.

The fault input polarity is active low. A 0 at the fault input indicates a fault.

Methods

impl Flt3polR
[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 Flt3polR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Flt3polR
[src]

impl Debug for Flt3polR
[src]

Formats the value using the given formatter.

impl PartialEq for Flt3polR
[src]

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

This method tests for !=.