[−][src]Struct lpc55_pac::usbhsh::RegisterBlock
Register block
Fields
caplength_chipid: CAPLENGTH_CHIPID0x00 - This register contains the offset value towards the start of the operational register space and the version number of the IP block
hcsparams: HCSPARAMS0x04 - Host Controller Structural Parameters
fladj_frindex: FLADJ_FRINDEX0x0c - Frame Length Adjustment
atlptd: ATLPTD0x10 - Memory base address where ATL PTD0 is stored
isoptd: ISOPTD0x14 - Memory base address where ISO PTD0 is stored
intptd: INTPTD0x18 - Memory base address where INT PTD0 is stored
datapayload: DATAPAYLOAD0x1c - Memory base address that indicates the start of the data payload buffers
usbcmd: USBCMD0x20 - USB Command register
usbsts: USBSTS0x24 - USB Interrupt Status register
usbintr: USBINTR0x28 - USB Interrupt Enable register
portsc1: PORTSC10x2c - Port Status and Control register
atlptdd: ATLPTDD0x30 - Done map for each ATL PTD
atlptds: ATLPTDS0x34 - Skip map for each ATL PTD
isoptdd: ISOPTDD0x38 - Done map for each ISO PTD
isoptds: ISOPTDS0x3c - Skip map for each ISO PTD
intptdd: INTPTDD0x40 - Done map for each INT PTD
intptds: INTPTDS0x44 - Skip map for each INT PTD
lastptd: LASTPTD0x48 - Marks the last PTD in the list for ISO, INT and ATL
portmode: PORTMODE0x50 - Controls the port if it is attached to the host block or the device block
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,