[][src]Struct gd32vf103_pac::exti::inten::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 inten0(&self) -> INTEN0R[src]

Bit 0 - Enable Interrupt on line 0

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

Bit 1 - Enable Interrupt on line 1

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

Bit 2 - Enable Interrupt on line 2

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

Bit 3 - Enable Interrupt on line 3

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

Bit 4 - Enable Interrupt on line 4

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

Bit 5 - Enable Interrupt on line 5

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

Bit 6 - Enable Interrupt on line 6

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

Bit 7 - Enable Interrupt on line 7

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

Bit 8 - Enable Interrupt on line 8

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

Bit 9 - Enable Interrupt on line 9

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

Bit 10 - Enable Interrupt on line 10

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

Bit 11 - Enable Interrupt on line 11

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

Bit 12 - Enable Interrupt on line 12

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

Bit 13 - Enable Interrupt on line 13

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

Bit 14 - Enable Interrupt on line 14

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

Bit 15 - Enable Interrupt on line 15

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

Bit 16 - Enable Interrupt on line 16

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

Bit 17 - Enable Interrupt on line 17

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

Bit 18 - Enable Interrupt on line 18

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send 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]