[][src]Struct stm32wb_pac::syscfg::imr1::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn tim1im(&self) -> TIM1IMR[src]

Bit 13 - Peripheral TIM1 interrupt mask to CPU1

pub fn tim16im(&self) -> TIM16IMR[src]

Bit 14 - Peripheral TIM16 interrupt mask to CPU1

pub fn tim17im(&self) -> TIM17IMR[src]

Bit 15 - Peripheral TIM17 interrupt mask to CPU1

pub fn exit5im(&self) -> EXIT5IMR[src]

Bit 21 - Peripheral EXIT5 interrupt mask to CPU1

pub fn exit6im(&self) -> EXIT6IMR[src]

Bit 22 - Peripheral EXIT6 interrupt mask to CPU1

pub fn exit7im(&self) -> EXIT7IMR[src]

Bit 23 - Peripheral EXIT7 interrupt mask to CPU1

pub fn exit8im(&self) -> EXIT8IMR[src]

Bit 24 - Peripheral EXIT8 interrupt mask to CPU1

pub fn exit9im(&self) -> EXIT9IMR[src]

Bit 25 - Peripheral EXIT9 interrupt mask to CPU1

pub fn exit10im(&self) -> EXIT10IMR[src]

Bit 26 - Peripheral EXIT10 interrupt mask to CPU1

pub fn exit11im(&self) -> EXIT11IMR[src]

Bit 27 - Peripheral EXIT11 interrupt mask to CPU1

pub fn exit12im(&self) -> EXIT12IMR[src]

Bit 28 - Peripheral EXIT12 interrupt mask to CPU1

pub fn exit13im(&self) -> EXIT13IMR[src]

Bit 29 - Peripheral EXIT13 interrupt mask to CPU1

pub fn exit14im(&self) -> EXIT14IMR[src]

Bit 30 - Peripheral EXIT14 interrupt mask to CPU1

pub fn exit15im(&self) -> EXIT15IMR[src]

Bit 31 - Peripheral EXIT15 interrupt mask to CPU1

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self