Numworks Epsilon  1.4.1
Graphing Calculator Operating System
dfu_functional_descriptor.cpp
Go to the documentation of this file.
2 
3 namespace Ion {
4 namespace USB {
5 namespace Device {
6 
9  c->push(m_bmAttributes);
10  c->push(m_wDetachTimeOut);
11  c->push(m_wTransferSize);
12  c->push(m_bcdDFUVersion);
13 }
14 
16  return Descriptor::bLength() + sizeof(uint8_t) + 3*sizeof(uint16_t);
17 }
18 
19 }
20 }
21 }
unsigned short uint16_t
Definition: stdint.h:5
unsigned char uint8_t
Definition: stdint.h:4
c(generic_all_nodes)
void push(Channel *c) const override
Definition: descriptor.cpp:8
Definition: app.cpp:5
Definition: backlight.h:6
virtual uint8_t bLength() const
Definition: descriptor.h:22