Enum mkw41z::tpm2::conf::TRGSELR [] [src]

pub enum TRGSELR {
    _0001,
    _0010,
    _0011,
    _0100,
    _0101,
    _0110,
    _0111,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
    _1101,
    _1110,
    _1111,
    _Reserved(u8),
}

Possible values of the field TRGSEL

Variants

Channel 0 pin input capture

Channel 1 pin input capture

Channel 0 or Channel 1 pin input capture

Channel 2 pin input capture

Channel 0 or Channel 2 pin input capture

Channel 1 or Channel 2 pin input capture

Channel 0 or Channel 1 or Channel 2 pin input capture

Channel 3 pin input capture

Channel 0 or Channel 3 pin input capture

Channel 1 or Channel 3 pin input capture

Channel 0 or Channel 1 or Channel 3 pin input capture

Channel 2 or Channel 3 pin input capture

Channel 0 or Channel 2 or Channel 3 pin input capture

Channel 1 or Channel 2 or Channel 3 pin input capture

Channel 0 or Channel 1 or Channel 2 or Channel 3 pin input capture

Reserved

Methods

impl TRGSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _0001

[src]

Checks if the value of the field is _0010

[src]

Checks if the value of the field is _0011

[src]

Checks if the value of the field is _0100

[src]

Checks if the value of the field is _0101

[src]

Checks if the value of the field is _0110

[src]

Checks if the value of the field is _0111

[src]

Checks if the value of the field is _1000

[src]

Checks if the value of the field is _1001

[src]

Checks if the value of the field is _1010

[src]

Checks if the value of the field is _1011

[src]

Checks if the value of the field is _1100

[src]

Checks if the value of the field is _1101

[src]

Checks if the value of the field is _1110

[src]

Checks if the value of the field is _1111

Trait Implementations

impl Clone for TRGSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TRGSELR
[src]

impl Debug for TRGSELR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TRGSELR
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for TRGSELR

impl Sync for TRGSELR