Struct msp432p401r::sysctl::sys_perihalt_ctl::W[][src]

pub struct W(_);

Register SYS_PERIHALT_CTL writer

Implementations

impl W[src]

pub fn halt_t16_0(&mut self) -> HALT_T16_0_W<'_>[src]

Bit 0 - Freezes IP operation when CPU is halted

pub fn halt_t16_1(&mut self) -> HALT_T16_1_W<'_>[src]

Bit 1 - Freezes IP operation when CPU is halted

pub fn halt_t16_2(&mut self) -> HALT_T16_2_W<'_>[src]

Bit 2 - Freezes IP operation when CPU is halted

pub fn halt_t16_3(&mut self) -> HALT_T16_3_W<'_>[src]

Bit 3 - Freezes IP operation when CPU is halted

pub fn halt_t32_0(&mut self) -> HALT_T32_0_W<'_>[src]

Bit 4 - Freezes IP operation when CPU is halted

pub fn halt_e_ua0(&mut self) -> HALT_EUA0_W<'_>[src]

Bit 5 - Freezes IP operation when CPU is halted

pub fn halt_e_ua1(&mut self) -> HALT_EUA1_W<'_>[src]

Bit 6 - Freezes IP operation when CPU is halted

pub fn halt_e_ua2(&mut self) -> HALT_EUA2_W<'_>[src]

Bit 7 - Freezes IP operation when CPU is halted

pub fn halt_e_ua3(&mut self) -> HALT_EUA3_W<'_>[src]

Bit 8 - Freezes IP operation when CPU is halted

pub fn halt_e_ub0(&mut self) -> HALT_EUB0_W<'_>[src]

Bit 9 - Freezes IP operation when CPU is halted

pub fn halt_e_ub1(&mut self) -> HALT_EUB1_W<'_>[src]

Bit 10 - Freezes IP operation when CPU is halted

pub fn halt_e_ub2(&mut self) -> HALT_EUB2_W<'_>[src]

Bit 11 - Freezes IP operation when CPU is halted

pub fn halt_e_ub3(&mut self) -> HALT_EUB3_W<'_>[src]

Bit 12 - Freezes IP operation when CPU is halted

pub fn halt_adc(&mut self) -> HALT_ADC_W<'_>[src]

Bit 13 - Freezes IP operation when CPU is halted

pub fn halt_wdt(&mut self) -> HALT_WDT_W<'_>[src]

Bit 14 - Freezes IP operation when CPU is halted

pub fn halt_dma(&mut self) -> HALT_DMA_W<'_>[src]

Bit 15 - Freezes IP operation when CPU is halted

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

Writes raw bits to the register.

Methods from Deref<Target = W<SYS_PERIHALT_CTL_SPEC>>

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

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<SYS_PERIHALT_CTL_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<SYS_PERIHALT_CTL_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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, 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.