Enum cortex_m::register::faultmask::Faultmask[][src]

pub enum Faultmask {
    Active,
    Inactive,
}

All exceptions are ...

Variants

Active

Inactive, expect for NMI

Methods

impl Faultmask
[src]

All exceptions are active

All exceptions, except for NMI, are inactive

Trait Implementations

impl Clone for Faultmask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Faultmask
[src]

impl Debug for Faultmask
[src]

Formats the value using the given formatter. Read more

impl Eq for Faultmask
[src]

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

impl Sync for Faultmask