Enum efm32gg990::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]

Value of the field as raw bits

Checks if the value of the field is ZERO

Checks if the value of the field is ONE

Checks if the value of the field is TWO

Trait Implementations

impl Clone for EXTINPNUMR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EXTINPNUMR
[src]

impl Debug for EXTINPNUMR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EXTINPNUMR
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for EXTINPNUMR

impl Sync for EXTINPNUMR