[][src]Struct e310x::gpio0::rise_ie::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 pin0(&self) -> PIN0R[src]

Bit 0

pub fn pin1(&self) -> PIN1R[src]

Bit 1

pub fn pin2(&self) -> PIN2R[src]

Bit 2

pub fn pin3(&self) -> PIN3R[src]

Bit 3

pub fn pin4(&self) -> PIN4R[src]

Bit 4

pub fn pin5(&self) -> PIN5R[src]

Bit 5

pub fn pin6(&self) -> PIN6R[src]

Bit 6

pub fn pin7(&self) -> PIN7R[src]

Bit 7

pub fn pin8(&self) -> PIN8R[src]

Bit 8

pub fn pin9(&self) -> PIN9R[src]

Bit 9

pub fn pin10(&self) -> PIN10R[src]

Bit 10

pub fn pin11(&self) -> PIN11R[src]

Bit 11

pub fn pin12(&self) -> PIN12R[src]

Bit 12

pub fn pin13(&self) -> PIN13R[src]

Bit 13

pub fn pin14(&self) -> PIN14R[src]

Bit 14

pub fn pin15(&self) -> PIN15R[src]

Bit 15

pub fn pin16(&self) -> PIN16R[src]

Bit 16

pub fn pin17(&self) -> PIN17R[src]

Bit 17

pub fn pin18(&self) -> PIN18R[src]

Bit 18

pub fn pin19(&self) -> PIN19R[src]

Bit 19

pub fn pin20(&self) -> PIN20R[src]

Bit 20

pub fn pin21(&self) -> PIN21R[src]

Bit 21

pub fn pin22(&self) -> PIN22R[src]

Bit 22

pub fn pin23(&self) -> PIN23R[src]

Bit 23

pub fn pin24(&self) -> PIN24R[src]

Bit 24

pub fn pin25(&self) -> PIN25R[src]

Bit 25

pub fn pin26(&self) -> PIN26R[src]

Bit 26

pub fn pin27(&self) -> PIN27R[src]

Bit 27

pub fn pin28(&self) -> PIN28R[src]

Bit 28

pub fn pin29(&self) -> PIN29R[src]

Bit 29

pub fn pin30(&self) -> PIN30R[src]

Bit 30

pub fn pin31(&self) -> PIN31R[src]

Bit 31

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]