Enum efr32xg12p::etm::etmccr::EXTINPNUMR [] [src]

pub enum EXTINPNUMR {
    ZERO,
    ONE,
    TWO,
    _Reserved(u8),
}

Possible values of the field EXTINPNUM

Variants

Zero inputs presents

One inputs presents

Two inputs presents

Reserved

Methods

impl EXTINPNUMR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ZERO

[src]

Checks if the value of the field is ONE

[src]

Checks if the value of the field is TWO

Trait Implementations

impl Clone for EXTINPNUMR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EXTINPNUMR
[src]

impl Debug for EXTINPNUMR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EXTINPNUMR
[src]

[src]

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

[src]

This method tests for !=.