Enum cortex_m::register::control::Fpca [] [src]

pub enum Fpca {
    Active,
    NotActive,
}

Whether context floating-point is currently active

Variants

Floating-point context active.

No floating-point context active

Methods

impl Fpca
[src]

[src]

Is a floating-point context active?

[src]

Is a floating-point context not active?

Trait Implementations

impl Clone for Fpca
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Fpca
[src]

impl Debug for Fpca
[src]

[src]

Formats the value using the given formatter.

impl Eq for Fpca
[src]

impl PartialEq for Fpca
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.