[][src]Struct cortex_m::register::control::Control

pub struct Control { /* fields omitted */ }

Control register

Methods

impl Control
[src]

Creates a Control value from raw bits.

Returns the contents of the register as raw bits

Thread mode privilege level

Sets the thread mode privilege level value (nPRIV).

Currently active stack pointer

Sets the SPSEL value.

Whether context floating-point is currently active

Sets the FPCA value.

Trait Implementations

impl Debug for Control
[src]

Formats the value using the given formatter. Read more

impl Copy for Control
[src]

impl Clone for Control
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Control

impl Sync for Control

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more

impl<T> Same for T
[src]

Should always be Self