[−]Struct arduino_mkrzero::usb::HOST
Register block
Fields
ctrla: CTRLA0x00 - Control A
syncbusy: SYNCBUSY0x02 - Synchronization Busy
qosctrl: QOSCTRL0x03 - USB Quality Of Service
ctrlb: CTRLB0x08 - HOST Control B
hsofc: HSOFC0x0a - HOST Host Start Of Frame Control
status: STATUS0x0c - HOST Status
fsmstatus: FSMSTATUS0x0d - Finite State Machine Status
fnum: FNUM0x10 - HOST Host Frame Number
flenhigh: FLENHIGH0x12 - HOST Host Frame Length
intenclr: INTENCLR0x14 - HOST Host Interrupt Enable Clear
intenset: INTENSET0x18 - HOST Host Interrupt Enable Set
intflag: INTFLAG0x1c - HOST Host Interrupt Flag
pintsmry: PINTSMRY0x20 - HOST Pipe Interrupt Summary
descadd: DESCADD0x24 - Descriptor Address
padcal: PADCAL0x28 - USB PAD Calibration
pcfg0: PCFG0x100 - HOST End Point Configuration
binterval0: BINTERVAL0x103 - HOST Bus Access Period of Pipe
pstatusclr0: PSTATUSCLR0x104 - HOST End Point Pipe Status Clear
pstatusset0: PSTATUSSET0x105 - HOST End Point Pipe Status Set
pstatus0: PSTATUS0x106 - HOST End Point Pipe Status
pintflag0: PINTFLAG0x107 - HOST Pipe Interrupt Flag
pintenclr0: PINTENCLR0x108 - HOST Pipe Interrupt Flag Clear
pintenset0: PINTENSET0x109 - HOST Pipe Interrupt Flag Set
pcfg1: PCFG0x120 - HOST End Point Configuration
binterval1: BINTERVAL0x123 - HOST Bus Access Period of Pipe
pstatusclr1: PSTATUSCLR0x124 - HOST End Point Pipe Status Clear
pstatusset1: PSTATUSSET0x125 - HOST End Point Pipe Status Set
pstatus1: PSTATUS0x126 - HOST End Point Pipe Status
pintflag1: PINTFLAG0x127 - HOST Pipe Interrupt Flag
pintenclr1: PINTENCLR0x128 - HOST Pipe Interrupt Flag Clear
pintenset1: PINTENSET0x129 - HOST Pipe Interrupt Flag Set
pcfg2: PCFG0x140 - HOST End Point Configuration
binterval2: BINTERVAL0x143 - HOST Bus Access Period of Pipe
pstatusclr2: PSTATUSCLR0x144 - HOST End Point Pipe Status Clear
pstatusset2: PSTATUSSET0x145 - HOST End Point Pipe Status Set
pstatus2: PSTATUS0x146 - HOST End Point Pipe Status
pintflag2: PINTFLAG0x147 - HOST Pipe Interrupt Flag
pintenclr2: PINTENCLR0x148 - HOST Pipe Interrupt Flag Clear
pintenset2: PINTENSET0x149 - HOST Pipe Interrupt Flag Set
pcfg3: PCFG0x160 - HOST End Point Configuration
binterval3: BINTERVAL0x163 - HOST Bus Access Period of Pipe
pstatusclr3: PSTATUSCLR0x164 - HOST End Point Pipe Status Clear
pstatusset3: PSTATUSSET0x165 - HOST End Point Pipe Status Set
pstatus3: PSTATUS0x166 - HOST End Point Pipe Status
pintflag3: PINTFLAG0x167 - HOST Pipe Interrupt Flag
pintenclr3: PINTENCLR0x168 - HOST Pipe Interrupt Flag Clear
pintenset3: PINTENSET0x169 - HOST Pipe Interrupt Flag Set
pcfg4: PCFG0x180 - HOST End Point Configuration
binterval4: BINTERVAL0x183 - HOST Bus Access Period of Pipe
pstatusclr4: PSTATUSCLR0x184 - HOST End Point Pipe Status Clear
pstatusset4: PSTATUSSET0x185 - HOST End Point Pipe Status Set
pstatus4: PSTATUS0x186 - HOST End Point Pipe Status
pintflag4: PINTFLAG0x187 - HOST Pipe Interrupt Flag
pintenclr4: PINTENCLR0x188 - HOST Pipe Interrupt Flag Clear
pintenset4: PINTENSET0x189 - HOST Pipe Interrupt Flag Set
pcfg5: PCFG0x1a0 - HOST End Point Configuration
binterval5: BINTERVAL0x1a3 - HOST Bus Access Period of Pipe
pstatusclr5: PSTATUSCLR0x1a4 - HOST End Point Pipe Status Clear
pstatusset5: PSTATUSSET0x1a5 - HOST End Point Pipe Status Set
pstatus5: PSTATUS0x1a6 - HOST End Point Pipe Status
pintflag5: PINTFLAG0x1a7 - HOST Pipe Interrupt Flag
pintenclr5: PINTENCLR0x1a8 - HOST Pipe Interrupt Flag Clear
pintenset5: PINTENSET0x1a9 - HOST Pipe Interrupt Flag Set
pcfg6: PCFG0x1c0 - HOST End Point Configuration
binterval6: BINTERVAL0x1c3 - HOST Bus Access Period of Pipe
pstatusclr6: PSTATUSCLR0x1c4 - HOST End Point Pipe Status Clear
pstatusset6: PSTATUSSET0x1c5 - HOST End Point Pipe Status Set
pstatus6: PSTATUS0x1c6 - HOST End Point Pipe Status
pintflag6: PINTFLAG0x1c7 - HOST Pipe Interrupt Flag
pintenclr6: PINTENCLR0x1c8 - HOST Pipe Interrupt Flag Clear
pintenset6: PINTENSET0x1c9 - HOST Pipe Interrupt Flag Set
pcfg7: PCFG0x1e0 - HOST End Point Configuration
binterval7: BINTERVAL0x1e3 - HOST Bus Access Period of Pipe
pstatusclr7: PSTATUSCLR0x1e4 - HOST End Point Pipe Status Clear
pstatusset7: PSTATUSSET0x1e5 - HOST End Point Pipe Status Set
pstatus7: PSTATUS0x1e6 - HOST End Point Pipe Status
pintflag7: PINTFLAG0x1e7 - HOST Pipe Interrupt Flag
pintenclr7: PINTENCLR0x1e8 - HOST Pipe Interrupt Flag Clear
pintenset7: PINTENSET0x1e9 - HOST Pipe Interrupt Flag Set
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom 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> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self