Struct gd32f1x0_hal::pac::exti::inten::R[][src]

pub struct R(_);
Expand description

Register INTEN reader

Implementations

impl R[src]

pub fn inten0(&self) -> INTEN0_R[src]

Bit 0 - Interrupt mask on line 0

pub fn inten1(&self) -> INTEN0_R[src]

Bit 1 - Interrupt mask on line 1

pub fn inten2(&self) -> INTEN0_R[src]

Bit 2 - Interrupt mask on line 2

pub fn inten3(&self) -> INTEN0_R[src]

Bit 3 - Interrupt mask on line 3

pub fn inten4(&self) -> INTEN0_R[src]

Bit 4 - Interrupt mask on line 4

pub fn inten5(&self) -> INTEN0_R[src]

Bit 5 - Interrupt mask on line 5

pub fn inten6(&self) -> INTEN0_R[src]

Bit 6 - Interrupt mask on line 6

pub fn inten7(&self) -> INTEN0_R[src]

Bit 7 - Interrupt mask on line 7

pub fn inten8(&self) -> INTEN0_R[src]

Bit 8 - Interrupt mask on line 8

pub fn inten9(&self) -> INTEN0_R[src]

Bit 9 - Interrupt mask on line 9

pub fn inten10(&self) -> INTEN0_R[src]

Bit 10 - Interrupt mask on line 10

pub fn inten11(&self) -> INTEN0_R[src]

Bit 11 - Interrupt mask on line 11

pub fn inten12(&self) -> INTEN0_R[src]

Bit 12 - Interrupt mask on line 12

pub fn inten13(&self) -> INTEN0_R[src]

Bit 13 - Interrupt mask on line 13

pub fn inten14(&self) -> INTEN0_R[src]

Bit 14 - Interrupt mask on line 14

pub fn inten15(&self) -> INTEN0_R[src]

Bit 15 - Interrupt mask on line 15

pub fn inten16(&self) -> INTEN0_R[src]

Bit 16 - Interrupt mask on line 16

pub fn inten17(&self) -> INTEN0_R[src]

Bit 17 - Interrupt mask on line 17

pub fn inten18(&self) -> INTEN0_R[src]

Bit 18 - Interrupt mask on line 18

pub fn inten19(&self) -> INTEN0_R[src]

Bit 19 - Interrupt mask on line 19

pub fn inten20(&self) -> INTEN0_R[src]

Bit 20 - Interrupt mask on line 20

pub fn inten21(&self) -> INTEN0_R[src]

Bit 21 - Interrupt mask on line 21

pub fn inten22(&self) -> INTEN0_R[src]

Bit 22 - Interrupt mask on line 22

pub fn inten23(&self) -> INTEN0_R[src]

Bit 23 - Interrupt mask on line 23

pub fn inten24(&self) -> INTEN0_R[src]

Bit 24 - Interrupt mask on line 24

pub fn inten25(&self) -> INTEN0_R[src]

Bit 25 - Interrupt mask on line 25

pub fn inten26(&self) -> INTEN0_R[src]

Bit 26 - Interrupt mask on line 26

pub fn inten27(&self) -> INTEN0_R[src]

Bit 27 - Interrupt mask on line 27

Methods from Deref<Target = R<INTEN_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<INTEN_SPEC>

The resulting type after dereferencing.

pub fn deref(&self) -> &<R as Deref>::Target[src]

Dereferences the value.

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

pub fn from(reader: R<INTEN_SPEC>) -> R[src]

Performs the conversion.

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]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

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

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

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

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

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

pub fn from(t: T) -> T[src]

Performs the conversion.

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

pub fn into(self) -> U[src]

Performs the conversion.

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.

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

Performs the conversion.

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.

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

Performs the conversion.