[][src]Struct cc13x2_cc26x2_pac::cpu_scs::shcsr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn reserved19(&mut self) -> _RESERVED19W[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(&mut self) -> _USGFAULTENAW[src]

Bit 18 - 18:18] Usage fault system handler enable

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

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

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

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

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

Bit 15 - 15:15] SVCall pending

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

Bit 14 - 14:14] BusFault pending

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

Bit 13 - 13:13] MemManage exception pending

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

Bit 12 - 12:12] Usage fault pending

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

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

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

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

pub fn reserved9(&mut self) -> _RESERVED9W[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(&mut self) -> _MONITORACTW[src]

Bit 8 - 8:8] Debug monitor active

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

Bit 7 - 7:7] SVCall active

pub fn reserved4(&mut self) -> _RESERVED4W[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(&mut self) -> _USGFAULTACTW[src]

Bit 3 - 3:3] UsageFault exception active

pub fn reserved2(&mut self) -> _RESERVED2W[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(&mut self) -> _BUSFAULTACTW[src]

Bit 1 - 1:1] BusFault exception active

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

Bit 0 - 0:0] MemManage exception active

Auto Trait Implementations

impl Send for W

impl Sync for W

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