[][src]Struct mk66f18::USBHSDCD

pub struct USBHSDCD { /* fields omitted */ }

USB Device Charger Detection module

Methods

impl USBHSDCD[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn timer2_bc12(&self) -> &TIMER2_BC12[src]

0x18 - TIMER2_BC12 register

pub fn timer2_bc12_mut(&self) -> &mut TIMER2_BC12[src]

0x18 - TIMER2_BC12 register

pub fn timer2_bc11(&self) -> &TIMER2_BC11[src]

0x18 - TIMER2_BC11 register

pub fn timer2_bc11_mut(&self) -> &mut TIMER2_BC11[src]

0x18 - TIMER2_BC11 register

Trait Implementations

impl Deref for USBHSDCD[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for USBHSDCD[src]

Auto Trait Implementations

impl Unpin for USBHSDCD

impl !Sync for USBHSDCD

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