Enum s32k144::pdb1::sc::TrgselR [] [src]

pub enum TrgselR {
    _0000,
    _0001,
    _0010,
    _0011,
    _0100,
    _0101,
    _0110,
    _0111,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
    _1101,
    _1110,
    _1111,
}

Possible values of the field TRGSEL

Variants

Trigger-In 0 is selected.

Trigger-In 1 is selected.

Trigger-In 2 is selected.

Trigger-In 3 is selected.

Trigger-In 4 is selected.

Trigger-In 5 is selected.

Trigger-In 6 is selected.

Trigger-In 7 is selected.

Trigger-In 8 is selected.

Trigger-In 9 is selected.

Trigger-In 10 is selected.

Trigger-In 11 is selected.

Trigger-In 12 is selected.

Trigger-In 13 is selected.

Trigger-In 14 is selected.

Software trigger is selected.

Methods

impl TrgselR
[src]

Value of the field as raw bits

Checks if the value of the field is _0000

Checks if the value of the field is _0001

Checks if the value of the field is _0010

Checks if the value of the field is _0011

Checks if the value of the field is _0100

Checks if the value of the field is _0101

Checks if the value of the field is _0110

Checks if the value of the field is _0111

Checks if the value of the field is _1000

Checks if the value of the field is _1001

Checks if the value of the field is _1010

Checks if the value of the field is _1011

Checks if the value of the field is _1100

Checks if the value of the field is _1101

Checks if the value of the field is _1110

Checks if the value of the field is _1111

Trait Implementations

impl Clone for TrgselR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TrgselR
[src]

impl Debug for TrgselR
[src]

Formats the value using the given formatter.

impl PartialEq for TrgselR
[src]

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

This method tests for !=.