[][src]Struct imxrt1062_pac::USB2

pub struct USB2 { /* fields omitted */ }

USB

Methods

impl USB2[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn periodiclistbase(&self) -> &Reg<u32, _PERIODICLISTBASE>[src]

0x154 - Frame List Base Address

pub fn periodiclistbase_mut(&self) -> &mut Reg<u32, _PERIODICLISTBASE>[src]

0x154 - Frame List Base Address

pub fn deviceaddr(&self) -> &Reg<u32, _DEVICEADDR>[src]

0x154 - Device Address

pub fn deviceaddr_mut(&self) -> &mut Reg<u32, _DEVICEADDR>[src]

0x154 - Device Address

pub fn endptlistaddr(&self) -> &Reg<u32, _ENDPTLISTADDR>[src]

0x158 - Endpoint List Address

pub fn endptlistaddr_mut(&self) -> &mut Reg<u32, _ENDPTLISTADDR>[src]

0x158 - Endpoint List Address

pub fn asynclistaddr(&self) -> &Reg<u32, _ASYNCLISTADDR>[src]

0x158 - Next Asynch. Address

pub fn asynclistaddr_mut(&self) -> &mut Reg<u32, _ASYNCLISTADDR>[src]

0x158 - Next Asynch. Address

Trait Implementations

impl Deref for USB2[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for USB2[src]

Auto Trait Implementations

impl !Sync for USB2

impl Unpin for USB2

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.