Enum atsamd21e18a::sysctrl::bod33::ACTIONR[][src]

pub enum ACTIONR {
    NONE,
    RESET,
    INTERRUPT,
    _Reserved(u8),
}

Possible values of the field ACTION

Variants

No action

The BOD33 generates a reset

The BOD33 generates an interrupt

Reserved

Methods

impl ACTIONR
[src]

Value of the field as raw bits

Checks if the value of the field is NONE

Checks if the value of the field is RESET

Checks if the value of the field is INTERRUPT

Trait Implementations

impl Clone for ACTIONR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ACTIONR
[src]

impl Debug for ACTIONR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for ACTIONR