[][src]Struct mk66f18::USBHS

pub struct USBHS { /* fields omitted */ }

USB HS/FS/LS OTG Controller

Methods

impl USBHS[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn periodiclistbase(&self) -> &PERIODICLISTBASE[src]

0x154 - Periodic Frame List Base Address Register

pub fn periodiclistbase_mut(&self) -> &mut PERIODICLISTBASE[src]

0x154 - Periodic Frame List Base Address Register

pub fn deviceaddr(&self) -> &DEVICEADDR[src]

0x154 - Device Address Register

pub fn deviceaddr_mut(&self) -> &mut DEVICEADDR[src]

0x154 - Device Address Register

pub fn eplistaddr(&self) -> &EPLISTADDR[src]

0x158 - Endpoint List Address Register

pub fn eplistaddr_mut(&self) -> &mut EPLISTADDR[src]

0x158 - Endpoint List Address Register

pub fn asynclistaddr(&self) -> &ASYNCLISTADDR[src]

0x158 - Current Asynchronous List Address Register

pub fn asynclistaddr_mut(&self) -> &mut ASYNCLISTADDR[src]

0x158 - Current Asynchronous List Address Register

Trait Implementations

impl Deref for USBHS[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for USBHS[src]

Auto Trait Implementations

impl Unpin for USBHS

impl !Sync for USBHS

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