[][src]Struct k64::system_control::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 memfaultact(&mut self) -> _MEMFAULTACTW[src]

Bit 0 - no description available

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

Bit 1 - no description available

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

Bit 3 - no description available

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

Bit 7 - no description available

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

Bit 8 - no description available

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

Bit 10 - no description available

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

Bit 11 - no description available

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

Bit 12 - no description available

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

Bit 13 - no description available

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

Bit 14 - no description available

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

Bit 15 - no description available

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

Bit 16 - no description available

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

Bit 17 - no description available

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

Bit 18 - no description available

Auto Trait Implementations

impl Send for W

impl Sync for W

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]