Struct atsamd21g18a::usb::HOST[][src]

#[repr(C)]
pub struct HOST { pub ctrla: CTRLA, pub syncbusy: SYNCBUSY, pub qosctrl: QOSCTRL, pub ctrlb: CTRLB, pub hsofc: HSOFC, pub status: STATUS, pub fsmstatus: FSMSTATUS, pub fnum: FNUM, pub flenhigh: FLENHIGH, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub pintsmry: PINTSMRY, pub descadd: DESCADD, pub padcal: PADCAL, pub pcfg0: PCFG, pub binterval0: BINTERVAL, pub pstatusclr0: PSTATUSCLR, pub pstatusset0: PSTATUSSET, pub pstatus0: PSTATUS, pub pintflag0: PINTFLAG, pub pintenclr0: PINTENCLR, pub pintenset0: PINTENSET, pub pcfg1: PCFG, pub binterval1: BINTERVAL, pub pstatusclr1: PSTATUSCLR, pub pstatusset1: PSTATUSSET, pub pstatus1: PSTATUS, pub pintflag1: PINTFLAG, pub pintenclr1: PINTENCLR, pub pintenset1: PINTENSET, pub pcfg2: PCFG, pub binterval2: BINTERVAL, pub pstatusclr2: PSTATUSCLR, pub pstatusset2: PSTATUSSET, pub pstatus2: PSTATUS, pub pintflag2: PINTFLAG, pub pintenclr2: PINTENCLR, pub pintenset2: PINTENSET, pub pcfg3: PCFG, pub binterval3: BINTERVAL, pub pstatusclr3: PSTATUSCLR, pub pstatusset3: PSTATUSSET, pub pstatus3: PSTATUS, pub pintflag3: PINTFLAG, pub pintenclr3: PINTENCLR, pub pintenset3: PINTENSET, pub pcfg4: PCFG, pub binterval4: BINTERVAL, pub pstatusclr4: PSTATUSCLR, pub pstatusset4: PSTATUSSET, pub pstatus4: PSTATUS, pub pintflag4: PINTFLAG, pub pintenclr4: PINTENCLR, pub pintenset4: PINTENSET, pub pcfg5: PCFG, pub binterval5: BINTERVAL, pub pstatusclr5: PSTATUSCLR, pub pstatusset5: PSTATUSSET, pub pstatus5: PSTATUS, pub pintflag5: PINTFLAG, pub pintenclr5: PINTENCLR, pub pintenset5: PINTENSET, pub pcfg6: PCFG, pub binterval6: BINTERVAL, pub pstatusclr6: PSTATUSCLR, pub pstatusset6: PSTATUSSET, pub pstatus6: PSTATUS, pub pintflag6: PINTFLAG, pub pintenclr6: PINTENCLR, pub pintenset6: PINTENSET, pub pcfg7: PCFG, pub binterval7: BINTERVAL, pub pstatusclr7: PSTATUSCLR, pub pstatusset7: PSTATUSSET, pub pstatus7: PSTATUS, pub pintflag7: PINTFLAG, pub pintenclr7: PINTENCLR, pub pintenset7: PINTENSET, // some fields omitted }

Register block

Fields

0x00 - Control A

0x02 - Synchronization Busy

0x03 - USB Quality Of Service

0x08 - HOST Control B

0x0a - HOST Host Start Of Frame Control

0x0c - HOST Status

0x0d - Finite State Machine Status

0x10 - HOST Host Frame Number

0x12 - HOST Host Frame Length

0x14 - HOST Host Interrupt Enable Clear

0x18 - HOST Host Interrupt Enable Set

0x1c - HOST Host Interrupt Flag

0x20 - HOST Pipe Interrupt Summary

0x24 - Descriptor Address

0x28 - USB PAD Calibration

0x100 - HOST End Point Configuration

0x103 - HOST Bus Access Period of Pipe

0x104 - HOST End Point Pipe Status Clear

0x105 - HOST End Point Pipe Status Set

0x106 - HOST End Point Pipe Status

0x107 - HOST Pipe Interrupt Flag

0x108 - HOST Pipe Interrupt Flag Clear

0x109 - HOST Pipe Interrupt Flag Set

0x120 - HOST End Point Configuration

0x123 - HOST Bus Access Period of Pipe

0x124 - HOST End Point Pipe Status Clear

0x125 - HOST End Point Pipe Status Set

0x126 - HOST End Point Pipe Status

0x127 - HOST Pipe Interrupt Flag

0x128 - HOST Pipe Interrupt Flag Clear

0x129 - HOST Pipe Interrupt Flag Set

0x140 - HOST End Point Configuration

0x143 - HOST Bus Access Period of Pipe

0x144 - HOST End Point Pipe Status Clear

0x145 - HOST End Point Pipe Status Set

0x146 - HOST End Point Pipe Status

0x147 - HOST Pipe Interrupt Flag

0x148 - HOST Pipe Interrupt Flag Clear

0x149 - HOST Pipe Interrupt Flag Set

0x160 - HOST End Point Configuration

0x163 - HOST Bus Access Period of Pipe

0x164 - HOST End Point Pipe Status Clear

0x165 - HOST End Point Pipe Status Set

0x166 - HOST End Point Pipe Status

0x167 - HOST Pipe Interrupt Flag

0x168 - HOST Pipe Interrupt Flag Clear

0x169 - HOST Pipe Interrupt Flag Set

0x180 - HOST End Point Configuration

0x183 - HOST Bus Access Period of Pipe

0x184 - HOST End Point Pipe Status Clear

0x185 - HOST End Point Pipe Status Set

0x186 - HOST End Point Pipe Status

0x187 - HOST Pipe Interrupt Flag

0x188 - HOST Pipe Interrupt Flag Clear

0x189 - HOST Pipe Interrupt Flag Set

0x1a0 - HOST End Point Configuration

0x1a3 - HOST Bus Access Period of Pipe

0x1a4 - HOST End Point Pipe Status Clear

0x1a5 - HOST End Point Pipe Status Set

0x1a6 - HOST End Point Pipe Status

0x1a7 - HOST Pipe Interrupt Flag

0x1a8 - HOST Pipe Interrupt Flag Clear

0x1a9 - HOST Pipe Interrupt Flag Set

0x1c0 - HOST End Point Configuration

0x1c3 - HOST Bus Access Period of Pipe

0x1c4 - HOST End Point Pipe Status Clear

0x1c5 - HOST End Point Pipe Status Set

0x1c6 - HOST End Point Pipe Status

0x1c7 - HOST Pipe Interrupt Flag

0x1c8 - HOST Pipe Interrupt Flag Clear

0x1c9 - HOST Pipe Interrupt Flag Set

0x1e0 - HOST End Point Configuration

0x1e3 - HOST Bus Access Period of Pipe

0x1e4 - HOST End Point Pipe Status Clear

0x1e5 - HOST End Point Pipe Status Set

0x1e6 - HOST End Point Pipe Status

0x1e7 - HOST Pipe Interrupt Flag

0x1e8 - HOST Pipe Interrupt Flag Clear

0x1e9 - HOST Pipe Interrupt Flag Set

Auto Trait Implementations

impl Send for HOST

impl !Sync for HOST