[][src]Struct gd32vf103_pac::exti::even::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 even0(&mut self) -> _EVEN0W[src]

Bit 0 - Enable Event on line 0

pub fn even1(&mut self) -> _EVEN1W[src]

Bit 1 - Enable Event on line 1

pub fn even2(&mut self) -> _EVEN2W[src]

Bit 2 - Enable Event on line 2

pub fn even3(&mut self) -> _EVEN3W[src]

Bit 3 - Enable Event on line 3

pub fn even4(&mut self) -> _EVEN4W[src]

Bit 4 - Enable Event on line 4

pub fn even5(&mut self) -> _EVEN5W[src]

Bit 5 - Enable Event on line 5

pub fn even6(&mut self) -> _EVEN6W[src]

Bit 6 - Enable Event on line 6

pub fn even7(&mut self) -> _EVEN7W[src]

Bit 7 - Enable Event on line 7

pub fn even8(&mut self) -> _EVEN8W[src]

Bit 8 - Enable Event on line 8

pub fn even9(&mut self) -> _EVEN9W[src]

Bit 9 - Enable Event on line 9

pub fn even10(&mut self) -> _EVEN10W[src]

Bit 10 - Enable Event on line 10

pub fn even11(&mut self) -> _EVEN11W[src]

Bit 11 - Enable Event on line 11

pub fn even12(&mut self) -> _EVEN12W[src]

Bit 12 - Enable Event on line 12

pub fn even13(&mut self) -> _EVEN13W[src]

Bit 13 - Enable Event on line 13

pub fn even14(&mut self) -> _EVEN14W[src]

Bit 14 - Enable Event on line 14

pub fn even15(&mut self) -> _EVEN15W[src]

Bit 15 - Enable Event on line 15

pub fn even16(&mut self) -> _EVEN16W[src]

Bit 16 - Enable Event on line 16

pub fn even17(&mut self) -> _EVEN17W[src]

Bit 17 - Enable Event on line 17

pub fn even18(&mut self) -> _EVEN18W[src]

Bit 18 - Enable Event on line 18

Auto Trait Implementations

impl Unpin for W

impl Sync for W

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