[][src]Struct rsl10_pac::debug::debug_dcrsr::REGSEL_W

pub struct REGSEL_W<'a> { /* fields omitted */ }

Write proxy for field REGSEL

Methods

impl<'a> REGSEL_W<'a>[src]

pub fn variant(self, variant: REGSEL_AW) -> &'a mut W[src]

Writes variant to the field

pub fn regsel_r0(self) -> &'a mut W[src]

Select R0

pub fn regsel_r1(self) -> &'a mut W[src]

Select R1

pub fn regsel_r2(self) -> &'a mut W[src]

Select R2

pub fn regsel_r3(self) -> &'a mut W[src]

Select R3

pub fn regsel_r4(self) -> &'a mut W[src]

Select R4

pub fn regsel_r5(self) -> &'a mut W[src]

Select R5

pub fn regsel_r6(self) -> &'a mut W[src]

Select R6

pub fn regsel_r7(self) -> &'a mut W[src]

Select R7

pub fn regsel_r8(self) -> &'a mut W[src]

Select R8

pub fn regsel_r9(self) -> &'a mut W[src]

Select R9

pub fn regsel_r10(self) -> &'a mut W[src]

Select R10

pub fn regsel_r11(self) -> &'a mut W[src]

Select R11

pub fn regsel_r12(self) -> &'a mut W[src]

Select R12

pub fn regsel_r13(self) -> &'a mut W[src]

Select R13

pub fn regsel_r14(self) -> &'a mut W[src]

Select R14

pub fn regsel_r15(self) -> &'a mut W[src]

Select R15

pub fn regsel_psrflgs(self) -> &'a mut W[src]

Select xPSR/flags

pub fn regsel_msp(self) -> &'a mut W[src]

Select main stack pointer

pub fn regsel_psp(self) -> &'a mut W[src]

Select process stack pointer

pub fn regsel_specreg(self) -> &'a mut W[src]

Access other registers including control, FAULTMASK, BASEPRI and PRIMASK

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for REGSEL_W<'a>

impl<'a> !Sync for REGSEL_W<'a>

impl<'a> Unpin for REGSEL_W<'a>

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.