[][src]Struct k66::usbdcd::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub control: CONTROL, pub clock: CLOCK, pub status: STATUS, pub signal_override: SIGNAL_OVERRIDE, pub timer0: TIMER0, pub timer1: TIMER1, pub timer2_bc11: TIMER2_BC11, }

Register block

Fields

control: CONTROL

0x00 - Control register

clock: CLOCK

0x04 - Clock register

status: STATUS

0x08 - Status register

signal_override: SIGNAL_OVERRIDE

0x0c - Signal Override Register

timer0: TIMER0

0x10 - TIMER0 register

timer1: TIMER1

0x14 - TIMER1 register

timer2_bc11: TIMER2_BC11

0x18 - TIMER2_BC11 register

Auto Trait Implementations

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