Enum cortex_m::register::primask::Primask[][src]

pub enum Primask {
    Active,
    Inactive,
}

All exceptions with configurable priority are ...

Variants

Active

Inactive

Methods

impl Primask
[src]

All exceptions with configurable priority are active

All exceptions with configurable priority are inactive

Trait Implementations

impl Clone for Primask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Primask
[src]

impl Debug for Primask
[src]

Formats the value using the given formatter. Read more

impl Eq for Primask
[src]

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

impl Sync for Primask