Enum atsam4lc8c::bpm::fwrunps::REFTYPER [] [src]

pub enum REFTYPER {
    BOTH,
    BG,
    LPBG,
    INTERNAL,
}

Possible values of the field REFTYPE

Variants

undocumented

undocumented

undocumented

undocumented

Methods

impl REFTYPER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BOTH

[src]

Checks if the value of the field is BG

[src]

Checks if the value of the field is LPBG

[src]

Checks if the value of the field is INTERNAL

Trait Implementations

impl Clone for REFTYPER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REFTYPER
[src]

impl Debug for REFTYPER
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for REFTYPER
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for REFTYPER

impl Sync for REFTYPER