Enum samd21g18a::evsys::user::CHANNELR[][src]

pub enum CHANNELR {
    _0,
    _Reserved(u8),
}

Possible values of the field CHANNEL

Variants

No Channel Output Selected

Reserved

Methods

impl CHANNELR
[src]

Value of the field as raw bits

Checks if the value of the field is _0

Trait Implementations

impl Clone for CHANNELR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CHANNELR
[src]

impl Debug for CHANNELR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CHANNELR
[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 CHANNELR

impl Sync for CHANNELR