[][src]Struct atsams70q19b::usbhs::usbhs_hsticr::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 dconnic(&mut self) -> _DCONNICW[src]

Bit 0 - Device Connection Interrupt Clear

pub fn ddiscic(&mut self) -> _DDISCICW[src]

Bit 1 - Device Disconnection Interrupt Clear

pub fn rstic(&mut self) -> _RSTICW[src]

Bit 2 - USB Reset Sent Interrupt Clear

pub fn rsmedic(&mut self) -> _RSMEDICW[src]

Bit 3 - Downstream Resume Sent Interrupt Clear

pub fn rxrsmic(&mut self) -> _RXRSMICW[src]

Bit 4 - Upstream Resume Received Interrupt Clear

pub fn hsofic(&mut self) -> _HSOFICW[src]

Bit 5 - Host Start of Frame Interrupt Clear

pub fn hwupic(&mut self) -> _HWUPICW[src]

Bit 6 - Host Wake-Up Interrupt Clear

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