[][src]Struct sam3x8e::piod::pdr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn p0(&mut self) -> _P0W[src]

Bit 0 - PIO Disable

pub fn p1(&mut self) -> _P1W[src]

Bit 1 - PIO Disable

pub fn p2(&mut self) -> _P2W[src]

Bit 2 - PIO Disable

pub fn p3(&mut self) -> _P3W[src]

Bit 3 - PIO Disable

pub fn p4(&mut self) -> _P4W[src]

Bit 4 - PIO Disable

pub fn p5(&mut self) -> _P5W[src]

Bit 5 - PIO Disable

pub fn p6(&mut self) -> _P6W[src]

Bit 6 - PIO Disable

pub fn p7(&mut self) -> _P7W[src]

Bit 7 - PIO Disable

pub fn p8(&mut self) -> _P8W[src]

Bit 8 - PIO Disable

pub fn p9(&mut self) -> _P9W[src]

Bit 9 - PIO Disable

pub fn p10(&mut self) -> _P10W[src]

Bit 10 - PIO Disable

pub fn p11(&mut self) -> _P11W[src]

Bit 11 - PIO Disable

pub fn p12(&mut self) -> _P12W[src]

Bit 12 - PIO Disable

pub fn p13(&mut self) -> _P13W[src]

Bit 13 - PIO Disable

pub fn p14(&mut self) -> _P14W[src]

Bit 14 - PIO Disable

pub fn p15(&mut self) -> _P15W[src]

Bit 15 - PIO Disable

pub fn p16(&mut self) -> _P16W[src]

Bit 16 - PIO Disable

pub fn p17(&mut self) -> _P17W[src]

Bit 17 - PIO Disable

pub fn p18(&mut self) -> _P18W[src]

Bit 18 - PIO Disable

pub fn p19(&mut self) -> _P19W[src]

Bit 19 - PIO Disable

pub fn p20(&mut self) -> _P20W[src]

Bit 20 - PIO Disable

pub fn p21(&mut self) -> _P21W[src]

Bit 21 - PIO Disable

pub fn p22(&mut self) -> _P22W[src]

Bit 22 - PIO Disable

pub fn p23(&mut self) -> _P23W[src]

Bit 23 - PIO Disable

pub fn p24(&mut self) -> _P24W[src]

Bit 24 - PIO Disable

pub fn p25(&mut self) -> _P25W[src]

Bit 25 - PIO Disable

pub fn p26(&mut self) -> _P26W[src]

Bit 26 - PIO Disable

pub fn p27(&mut self) -> _P27W[src]

Bit 27 - PIO Disable

pub fn p28(&mut self) -> _P28W[src]

Bit 28 - PIO Disable

pub fn p29(&mut self) -> _P29W[src]

Bit 29 - PIO Disable

pub fn p30(&mut self) -> _P30W[src]

Bit 30 - PIO Disable

pub fn p31(&mut self) -> _P31W[src]

Bit 31 - PIO Disable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]