[][src]Struct atsams70j19::pioa::pio_driver::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 line0(&self) -> LINE0_R[src]

Bit 0 - Drive of PIO Line 0

pub fn line1(&self) -> LINE1_R[src]

Bit 1 - Drive of PIO Line 1

pub fn line2(&self) -> LINE2_R[src]

Bit 2 - Drive of PIO Line 2

pub fn line3(&self) -> LINE3_R[src]

Bit 3 - Drive of PIO Line 3

pub fn line4(&self) -> LINE4_R[src]

Bit 4 - Drive of PIO Line 4

pub fn line5(&self) -> LINE5_R[src]

Bit 5 - Drive of PIO Line 5

pub fn line6(&self) -> LINE6_R[src]

Bit 6 - Drive of PIO Line 6

pub fn line7(&self) -> LINE7_R[src]

Bit 7 - Drive of PIO Line 7

pub fn line8(&self) -> LINE8_R[src]

Bit 8 - Drive of PIO Line 8

pub fn line9(&self) -> LINE9_R[src]

Bit 9 - Drive of PIO Line 9

pub fn line10(&self) -> LINE10_R[src]

Bit 10 - Drive of PIO Line 10

pub fn line11(&self) -> LINE11_R[src]

Bit 11 - Drive of PIO Line 11

pub fn line12(&self) -> LINE12_R[src]

Bit 12 - Drive of PIO Line 12

pub fn line13(&self) -> LINE13_R[src]

Bit 13 - Drive of PIO Line 13

pub fn line14(&self) -> LINE14_R[src]

Bit 14 - Drive of PIO Line 14

pub fn line15(&self) -> LINE15_R[src]

Bit 15 - Drive of PIO Line 15

pub fn line16(&self) -> LINE16_R[src]

Bit 16 - Drive of PIO Line 16

pub fn line17(&self) -> LINE17_R[src]

Bit 17 - Drive of PIO Line 17

pub fn line18(&self) -> LINE18_R[src]

Bit 18 - Drive of PIO Line 18

pub fn line19(&self) -> LINE19_R[src]

Bit 19 - Drive of PIO Line 19

pub fn line20(&self) -> LINE20_R[src]

Bit 20 - Drive of PIO Line 20

pub fn line21(&self) -> LINE21_R[src]

Bit 21 - Drive of PIO Line 21

pub fn line22(&self) -> LINE22_R[src]

Bit 22 - Drive of PIO Line 22

pub fn line23(&self) -> LINE23_R[src]

Bit 23 - Drive of PIO Line 23

pub fn line24(&self) -> LINE24_R[src]

Bit 24 - Drive of PIO Line 24

pub fn line25(&self) -> LINE25_R[src]

Bit 25 - Drive of PIO Line 25

pub fn line26(&self) -> LINE26_R[src]

Bit 26 - Drive of PIO Line 26

pub fn line27(&self) -> LINE27_R[src]

Bit 27 - Drive of PIO Line 27

pub fn line28(&self) -> LINE28_R[src]

Bit 28 - Drive of PIO Line 28

pub fn line29(&self) -> LINE29_R[src]

Bit 29 - Drive of PIO Line 29

pub fn line30(&self) -> LINE30_R[src]

Bit 30 - Drive of PIO Line 30

pub fn line31(&self) -> LINE31_R[src]

Bit 31 - Drive of PIO Line 31

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]

impl<T> Same<T> for T

type Output = T

Should always be Self