[][src]Struct cc13x2_cc26x2_hal::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 - 31:19] 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 - 18:18] Usage fault system handler enable

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

Bit 17 - 17:17] Bus fault system handler enable

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

Bit 16 - 16:16] MemManage fault system handler enable

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

Bit 15 - 15:15] SVCall pending

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

Bit 14 - 14:14] BusFault pending

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

Bit 13 - 13:13] MemManage exception pending

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

Bit 12 - 12:12] Usage fault pending

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

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

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

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

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

Bit 9 - 9: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 - 8:8] Debug monitor active

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

Bit 7 - 7:7] SVCall active

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

Bits 4:6 - 6:4] 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 - 3:3] UsageFault exception active

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

Bit 2 - 2: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 - 1:1] BusFault exception active

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

Bit 0 - 0:0] MemManage exception active

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self