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

pub struct R(_);

Register SYS_PERIHALT_CTL reader

Implementations

impl R[src]

pub fn halt_t16_0(&self) -> HALT_T16_0_R[src]

Bit 0 - Freezes IP operation when CPU is halted

pub fn halt_t16_1(&self) -> HALT_T16_1_R[src]

Bit 1 - Freezes IP operation when CPU is halted

pub fn halt_t16_2(&self) -> HALT_T16_2_R[src]

Bit 2 - Freezes IP operation when CPU is halted

pub fn halt_t16_3(&self) -> HALT_T16_3_R[src]

Bit 3 - Freezes IP operation when CPU is halted

pub fn halt_t32_0(&self) -> HALT_T32_0_R[src]

Bit 4 - Freezes IP operation when CPU is halted

pub fn halt_e_ua0(&self) -> HALT_EUA0_R[src]

Bit 5 - Freezes IP operation when CPU is halted

pub fn halt_e_ua1(&self) -> HALT_EUA1_R[src]

Bit 6 - Freezes IP operation when CPU is halted

pub fn halt_e_ua2(&self) -> HALT_EUA2_R[src]

Bit 7 - Freezes IP operation when CPU is halted

pub fn halt_e_ua3(&self) -> HALT_EUA3_R[src]

Bit 8 - Freezes IP operation when CPU is halted

pub fn halt_e_ub0(&self) -> HALT_EUB0_R[src]

Bit 9 - Freezes IP operation when CPU is halted

pub fn halt_e_ub1(&self) -> HALT_EUB1_R[src]

Bit 10 - Freezes IP operation when CPU is halted

pub fn halt_e_ub2(&self) -> HALT_EUB2_R[src]

Bit 11 - Freezes IP operation when CPU is halted

pub fn halt_e_ub3(&self) -> HALT_EUB3_R[src]

Bit 12 - Freezes IP operation when CPU is halted

pub fn halt_adc(&self) -> HALT_ADC_R[src]

Bit 13 - Freezes IP operation when CPU is halted

pub fn halt_wdt(&self) -> HALT_WDT_R[src]

Bit 14 - Freezes IP operation when CPU is halted

pub fn halt_dma(&self) -> HALT_DMA_R[src]

Bit 15 - Freezes IP operation when CPU is halted

Methods from Deref<Target = R<SYS_PERIHALT_CTL_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<SYS_PERIHALT_CTL_SPEC>

The resulting type after dereferencing.

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

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.