[][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]

impl Copy for Control
[src]

impl Clone for Control
[src]

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.

impl<T> From for T
[src]

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.

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

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

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

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

impl<T> Same for T
[src]

Should always be Self