Struct stm32_hal2::pac::exti::cpuemr2::R

source ·
pub struct R(_);
Expand description

Register CPUEMR2 reader

Implementations§

source§

impl R

source

pub fn mr32(&self) -> BitReaderRaw<MR32_A>

Bit 0 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr33(&self) -> BitReaderRaw<MR32_A>

Bit 1 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr34(&self) -> BitReaderRaw<MR32_A>

Bit 2 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr35(&self) -> BitReaderRaw<MR32_A>

Bit 3 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr36(&self) -> BitReaderRaw<MR32_A>

Bit 4 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr37(&self) -> BitReaderRaw<MR32_A>

Bit 5 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr38(&self) -> BitReaderRaw<MR32_A>

Bit 6 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr39(&self) -> BitReaderRaw<MR32_A>

Bit 7 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr40(&self) -> BitReaderRaw<MR32_A>

Bit 8 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr41(&self) -> BitReaderRaw<MR32_A>

Bit 9 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr42(&self) -> BitReaderRaw<MR32_A>

Bit 10 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr43(&self) -> BitReaderRaw<MR32_A>

Bit 11 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr44(&self) -> BitReaderRaw<MR32_A>

Bit 12 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr46(&self) -> BitReaderRaw<MR32_A>

Bit 14 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr47(&self) -> BitReaderRaw<MR32_A>

Bit 15 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr48(&self) -> BitReaderRaw<MR32_A>

Bit 16 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr49(&self) -> BitReaderRaw<MR32_A>

Bit 17 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr50(&self) -> BitReaderRaw<MR32_A>

Bit 18 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr51(&self) -> BitReaderRaw<MR32_A>

Bit 19 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr52(&self) -> BitReaderRaw<MR32_A>

Bit 20 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr53(&self) -> BitReaderRaw<MR32_A>

Bit 21 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr54(&self) -> BitReaderRaw<MR32_A>

Bit 22 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr55(&self) -> BitReaderRaw<MR32_A>

Bit 23 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr56(&self) -> BitReaderRaw<MR32_A>

Bit 24 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr57(&self) -> BitReaderRaw<MR32_A>

Bit 25 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr58(&self) -> BitReaderRaw<MR32_A>

Bit 26 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr59(&self) -> BitReaderRaw<MR32_A>

Bit 27 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr60(&self) -> BitReaderRaw<MR32_A>

Bit 28 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr61(&self) -> BitReaderRaw<MR32_A>

Bit 29 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr62(&self) -> BitReaderRaw<MR32_A>

Bit 30 - CPU Interrupt Mask on Direct Event input x+32

source

pub fn mr63(&self) -> BitReaderRaw<MR32_A>

Bit 31 - CPU Interrupt Mask on Direct Event input x+32

Methods from Deref<Target = R<CPUEMR2_SPEC>>§

source

pub fn bits(&self) -> <REG as RegisterSpec>::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<CPUEMR2_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &<R as Deref>::Target

Dereferences the value.
source§

impl From<R<CPUEMR2_SPEC>> for R

source§

fn from(reader: R<CPUEMR2_SPEC>) -> R

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.