[][src]Struct sam3x8e::uotghs::hstpip::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 pen0(&mut self) -> _PEN0W[src]

Bit 0 - Pipe 0 Enable

pub fn pen1(&mut self) -> _PEN1W[src]

Bit 1 - Pipe 1 Enable

pub fn pen2(&mut self) -> _PEN2W[src]

Bit 2 - Pipe 2 Enable

pub fn pen3(&mut self) -> _PEN3W[src]

Bit 3 - Pipe 3 Enable

pub fn pen4(&mut self) -> _PEN4W[src]

Bit 4 - Pipe 4 Enable

pub fn pen5(&mut self) -> _PEN5W[src]

Bit 5 - Pipe 5 Enable

pub fn pen6(&mut self) -> _PEN6W[src]

Bit 6 - Pipe 6 Enable

pub fn pen7(&mut self) -> _PEN7W[src]

Bit 7 - Pipe 7 Enable

pub fn pen8(&mut self) -> _PEN8W[src]

Bit 8 - Pipe 8 Enable

pub fn prst0(&mut self) -> _PRST0W[src]

Bit 16 - Pipe 0 Reset

pub fn prst1(&mut self) -> _PRST1W[src]

Bit 17 - Pipe 1 Reset

pub fn prst2(&mut self) -> _PRST2W[src]

Bit 18 - Pipe 2 Reset

pub fn prst3(&mut self) -> _PRST3W[src]

Bit 19 - Pipe 3 Reset

pub fn prst4(&mut self) -> _PRST4W[src]

Bit 20 - Pipe 4 Reset

pub fn prst5(&mut self) -> _PRST5W[src]

Bit 21 - Pipe 5 Reset

pub fn prst6(&mut self) -> _PRST6W[src]

Bit 22 - Pipe 6 Reset

pub fn prst7(&mut self) -> _PRST7W[src]

Bit 23 - Pipe 7 Reset

pub fn prst8(&mut self) -> _PRST8W[src]

Bit 24 - Pipe 8 Reset

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]