Struct atsamd21g18a::usb::DEVICE [] [src]

#[repr(C)]
pub struct DEVICE { pub ctrla: CTRLA, pub syncbusy: SYNCBUSY, pub qosctrl: QOSCTRL, pub ctrlb: CTRLB, pub dadd: DADD, pub status: STATUS, pub fsmstatus: FSMSTATUS, pub fnum: FNUM, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub epintsmry: EPINTSMRY, pub descadd: DESCADD, pub padcal: PADCAL, pub epcfg0: EPCFG, pub epstatusclr0: EPSTATUSCLR, pub epstatusset0: EPSTATUSSET, pub epstatus0: EPSTATUS, pub epintflag0: EPINTFLAG, pub epintenclr0: EPINTENCLR, pub epintenset0: EPINTENSET, pub epcfg1: EPCFG, pub epstatusclr1: EPSTATUSCLR, pub epstatusset1: EPSTATUSSET, pub epstatus1: EPSTATUS, pub epintflag1: EPINTFLAG, pub epintenclr1: EPINTENCLR, pub epintenset1: EPINTENSET, pub epcfg2: EPCFG, pub epstatusclr2: EPSTATUSCLR, pub epstatusset2: EPSTATUSSET, pub epstatus2: EPSTATUS, pub epintflag2: EPINTFLAG, pub epintenclr2: EPINTENCLR, pub epintenset2: EPINTENSET, pub epcfg3: EPCFG, pub epstatusclr3: EPSTATUSCLR, pub epstatusset3: EPSTATUSSET, pub epstatus3: EPSTATUS, pub epintflag3: EPINTFLAG, pub epintenclr3: EPINTENCLR, pub epintenset3: EPINTENSET, pub epcfg4: EPCFG, pub epstatusclr4: EPSTATUSCLR, pub epstatusset4: EPSTATUSSET, pub epstatus4: EPSTATUS, pub epintflag4: EPINTFLAG, pub epintenclr4: EPINTENCLR, pub epintenset4: EPINTENSET, pub epcfg5: EPCFG, pub epstatusclr5: EPSTATUSCLR, pub epstatusset5: EPSTATUSSET, pub epstatus5: EPSTATUS, pub epintflag5: EPINTFLAG, pub epintenclr5: EPINTENCLR, pub epintenset5: EPINTENSET, pub epcfg6: EPCFG, pub epstatusclr6: EPSTATUSCLR, pub epstatusset6: EPSTATUSSET, pub epstatus6: EPSTATUS, pub epintflag6: EPINTFLAG, pub epintenclr6: EPINTENCLR, pub epintenset6: EPINTENSET, pub epcfg7: EPCFG, pub epstatusclr7: EPSTATUSCLR, pub epstatusset7: EPSTATUSSET, pub epstatus7: EPSTATUS, pub epintflag7: EPINTFLAG, pub epintenclr7: EPINTENCLR, pub epintenset7: EPINTENSET, // some fields omitted }

Register block

Fields

0x00 - Control A

0x02 - Synchronization Busy

0x03 - USB Quality Of Service

0x08 - DEVICE Control B

0x0a - DEVICE Device Address

0x0c - DEVICE Status

0x0d - Finite State Machine Status

0x10 - DEVICE Device Frame Number

0x14 - DEVICE Device Interrupt Enable Clear

0x18 - DEVICE Device Interrupt Enable Set

0x1c - DEVICE Device Interrupt Flag

0x20 - DEVICE End Point Interrupt Summary

0x24 - Descriptor Address

0x28 - USB PAD Calibration

0x100 - DEVICE End Point Configuration

0x104 - DEVICE End Point Pipe Status Clear

0x105 - DEVICE End Point Pipe Status Set

0x106 - DEVICE End Point Pipe Status

0x107 - DEVICE End Point Interrupt Flag

0x108 - DEVICE End Point Interrupt Clear Flag

0x109 - DEVICE End Point Interrupt Set Flag

0x120 - DEVICE End Point Configuration

0x124 - DEVICE End Point Pipe Status Clear

0x125 - DEVICE End Point Pipe Status Set

0x126 - DEVICE End Point Pipe Status

0x127 - DEVICE End Point Interrupt Flag

0x128 - DEVICE End Point Interrupt Clear Flag

0x129 - DEVICE End Point Interrupt Set Flag

0x140 - DEVICE End Point Configuration

0x144 - DEVICE End Point Pipe Status Clear

0x145 - DEVICE End Point Pipe Status Set

0x146 - DEVICE End Point Pipe Status

0x147 - DEVICE End Point Interrupt Flag

0x148 - DEVICE End Point Interrupt Clear Flag

0x149 - DEVICE End Point Interrupt Set Flag

0x160 - DEVICE End Point Configuration

0x164 - DEVICE End Point Pipe Status Clear

0x165 - DEVICE End Point Pipe Status Set

0x166 - DEVICE End Point Pipe Status

0x167 - DEVICE End Point Interrupt Flag

0x168 - DEVICE End Point Interrupt Clear Flag

0x169 - DEVICE End Point Interrupt Set Flag

0x180 - DEVICE End Point Configuration

0x184 - DEVICE End Point Pipe Status Clear

0x185 - DEVICE End Point Pipe Status Set

0x186 - DEVICE End Point Pipe Status

0x187 - DEVICE End Point Interrupt Flag

0x188 - DEVICE End Point Interrupt Clear Flag

0x189 - DEVICE End Point Interrupt Set Flag

0x1a0 - DEVICE End Point Configuration

0x1a4 - DEVICE End Point Pipe Status Clear

0x1a5 - DEVICE End Point Pipe Status Set

0x1a6 - DEVICE End Point Pipe Status

0x1a7 - DEVICE End Point Interrupt Flag

0x1a8 - DEVICE End Point Interrupt Clear Flag

0x1a9 - DEVICE End Point Interrupt Set Flag

0x1c0 - DEVICE End Point Configuration

0x1c4 - DEVICE End Point Pipe Status Clear

0x1c5 - DEVICE End Point Pipe Status Set

0x1c6 - DEVICE End Point Pipe Status

0x1c7 - DEVICE End Point Interrupt Flag

0x1c8 - DEVICE End Point Interrupt Clear Flag

0x1c9 - DEVICE End Point Interrupt Set Flag

0x1e0 - DEVICE End Point Configuration

0x1e4 - DEVICE End Point Pipe Status Clear

0x1e5 - DEVICE End Point Pipe Status Set

0x1e6 - DEVICE End Point Pipe Status

0x1e7 - DEVICE End Point Interrupt Flag

0x1e8 - DEVICE End Point Interrupt Clear Flag

0x1e9 - DEVICE End Point Interrupt Set Flag

Trait Implementations

Auto Trait Implementations

impl Send for DEVICE

impl !Sync for DEVICE