[][src]Struct atsams70n19::pioa::pio_driver::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn line0(&mut self) -> _LINE0W[src]

Bit 0 - Drive of PIO Line 0

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

Bit 1 - Drive of PIO Line 1

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

Bit 2 - Drive of PIO Line 2

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

Bit 3 - Drive of PIO Line 3

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

Bit 4 - Drive of PIO Line 4

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

Bit 5 - Drive of PIO Line 5

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

Bit 6 - Drive of PIO Line 6

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

Bit 7 - Drive of PIO Line 7

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

Bit 8 - Drive of PIO Line 8

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

Bit 9 - Drive of PIO Line 9

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

Bit 10 - Drive of PIO Line 10

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

Bit 11 - Drive of PIO Line 11

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

Bit 12 - Drive of PIO Line 12

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

Bit 13 - Drive of PIO Line 13

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

Bit 14 - Drive of PIO Line 14

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

Bit 15 - Drive of PIO Line 15

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

Bit 16 - Drive of PIO Line 16

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

Bit 17 - Drive of PIO Line 17

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

Bit 18 - Drive of PIO Line 18

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

Bit 19 - Drive of PIO Line 19

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

Bit 20 - Drive of PIO Line 20

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

Bit 21 - Drive of PIO Line 21

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

Bit 22 - Drive of PIO Line 22

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

Bit 23 - Drive of PIO Line 23

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

Bit 24 - Drive of PIO Line 24

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

Bit 25 - Drive of PIO Line 25

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

Bit 26 - Drive of PIO Line 26

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

Bit 27 - Drive of PIO Line 27

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

Bit 28 - Drive of PIO Line 28

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

Bit 29 - Drive of PIO Line 29

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

Bit 30 - Drive of PIO Line 30

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

Bit 31 - Drive of PIO Line 31

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]

impl<T> Same<T> for T

type Output = T

Should always be Self