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

pub enum REGTYPER {
    NORMAL,
    LP,
    XULP,
    _Reserved(u8),
}

Possible values of the field REGTYPE

Variants

undocumented

undocumented

undocumented

Reserved

Methods

impl REGTYPER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NORMAL

[src]

Checks if the value of the field is LP

[src]

Checks if the value of the field is XULP

Trait Implementations

impl Clone for REGTYPER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REGTYPER
[src]

impl Debug for REGTYPER
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for REGTYPER