[][src]Struct cc2650::cpu_scs::shcsr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn reserved19(&self) -> RESERVED19R[src]

Bits 19:31 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn usgfaultena(&self) -> USGFAULTENAR[src]

Bit 18 - Usage fault system handler enable

pub fn busfaultena(&self) -> BUSFAULTENAR[src]

Bit 17 - Bus fault system handler enable

pub fn memfaultena(&self) -> MEMFAULTENAR[src]

Bit 16 - MemManage fault system handler enable

pub fn svcallpended(&self) -> SVCALLPENDEDR[src]

Bit 15 - SVCall pending

pub fn busfaultpended(&self) -> BUSFAULTPENDEDR[src]

Bit 14 - BusFault pending

pub fn memfaultpended(&self) -> MEMFAULTPENDEDR[src]

Bit 13 - MemManage exception pending

pub fn usgfaultpended(&self) -> USGFAULTPENDEDR[src]

Bit 12 - Usage fault pending

pub fn systickact(&self) -> SYSTICKACTR[src]

Bit 11 - SysTick active flag. 0x0: Not active 0x1: Active

pub fn pendsvact(&self) -> PENDSVACTR[src]

Bit 10 - PendSV active 0x0: Not active 0x1: Active

pub fn reserved9(&self) -> RESERVED9R[src]

Bit 9 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn monitoract(&self) -> MONITORACTR[src]

Bit 8 - Debug monitor active

pub fn svcallact(&self) -> SVCALLACTR[src]

Bit 7 - SVCall active

pub fn reserved4(&self) -> RESERVED4R[src]

Bits 4:6 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn usgfaultact(&self) -> USGFAULTACTR[src]

Bit 3 - UsageFault exception active

pub fn reserved2(&self) -> RESERVED2R[src]

Bit 2 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn busfaultact(&self) -> BUSFAULTACTR[src]

Bit 1 - BusFault exception active

pub fn memfaultact(&self) -> MEMFAULTACTR[src]

Bit 0 - MemManage exception active

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

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]