Enum atsamd21e18a::tcc0::fctrlb::HALTR[][src]

pub enum HALTR {
    DISABLE,
    HW,
    SW,
    NR,
}

Possible values of the field HALT

Variants

Halt action disabled

Hardware halt action

Software halt action

Non-recoverable fault

Methods

impl HALTR
[src]

Value of the field as raw bits

Checks if the value of the field is DISABLE

Checks if the value of the field is HW

Checks if the value of the field is SW

Checks if the value of the field is NR

Trait Implementations

impl Clone for HALTR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HALTR
[src]

impl Debug for HALTR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for HALTR