[][src]Struct gd32vf103_pac::exti::inten::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bit 0 - Enable Interrupt on line 0

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

Bit 1 - Enable Interrupt on line 1

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

Bit 2 - Enable Interrupt on line 2

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

Bit 3 - Enable Interrupt on line 3

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

Bit 4 - Enable Interrupt on line 4

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

Bit 5 - Enable Interrupt on line 5

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

Bit 6 - Enable Interrupt on line 6

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

Bit 7 - Enable Interrupt on line 7

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

Bit 8 - Enable Interrupt on line 8

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

Bit 9 - Enable Interrupt on line 9

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

Bit 10 - Enable Interrupt on line 10

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

Bit 11 - Enable Interrupt on line 11

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

Bit 12 - Enable Interrupt on line 12

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

Bit 13 - Enable Interrupt on line 13

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

Bit 14 - Enable Interrupt on line 14

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

Bit 15 - Enable Interrupt on line 15

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

Bit 16 - Enable Interrupt on line 16

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

Bit 17 - Enable Interrupt on line 17

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

Bit 18 - Enable Interrupt on line 18

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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]