Enum s32k144::ftm2::mode::FAULTMR [] [src]

pub enum FAULTMR {
    _00,
    _01,
    _10,
    _11,
}

Possible values of the field FAULTM

Variants

Fault control is disabled for all channels.

Fault control is enabled for even channels only (channels 0, 2, 4, and 6), and the selected mode is the manual fault clearing.

Fault control is enabled for all channels, and the selected mode is the manual fault clearing.

Fault control is enabled for all channels, and the selected mode is the automatic fault clearing.

Methods

impl FAULTMR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _00

[src]

Checks if the value of the field is _01

[src]

Checks if the value of the field is _10

[src]

Checks if the value of the field is _11

Trait Implementations

impl Clone for FAULTMR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FAULTMR
[src]

impl Debug for FAULTMR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FAULTMR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.