/lk-master/target/stellaris-launchpad/ |
A D | usb.c | 17 #define W(w) (w & 0xff), (w >> 8) macro 24 W(0x0200), /* USB Version */ 29 W(0x9999), /* vendor */ 30 W(0x9999), /* product */ 31 W(0x9999), /* release */ 42 W(0x0200), /* USB version */ 54 W(0x09), /* Total Length (incl ifc, ept) */ 80 W(64), /* max packet size: 64 */ 88 W(64), /* max packet size: 64 */
|
/lk-master/app/usbtest/ |
A D | descriptor.c | 10 #define W(w) (w & 0xff), (w >> 8) macro 17 W(0x0200), /* USB Version */ 22 W(0x9999), /* vendor */ 23 W(0x9999), /* product */ 24 W(0x9999), /* release */ 35 W(0x0200), /* USB version */ 47 W(0x09), /* Total Length (incl ifc, ept) */ 73 W(64), /* max packet size: 64 */ 81 W(64), /* max packet size: 64 */
|
/lk-master/target/dartuinoP0/ |
A D | usb.c | 21 #define W(w) (w & 0xff), (w >> 8) macro 30 W(0x0200), /* USB Version */ 35 W(0x18D1), /* vendor */ 36 W(0xA010), /* product */ 37 W(0x9999), /* release */ 48 W(0x0200), /* USB version */ 60 W(0x09), /* Total Length (incl ifc, ept) */
|
/lk-master/target/stm32f746g-disco/ |
A D | usb.c | 22 #define W(w) (w & 0xff), (w >> 8) macro 29 W(0x0200), /* USB Version */ 34 W(0x9999), /* vendor */ 35 W(0x9999), /* product */ 36 W(0x9999), /* release */ 47 W(0x0200), /* USB version */ 59 W(0x09), /* Total Length (incl ifc, ept) */
|
/lk-master/external/lib/mincrypt/ |
A D | sha256.c | 60 uint32_t W[64]; in SHA256_Transform() local 70 W[t] = tmp; in SHA256_Transform() 74 uint32_t s0 = ror(W[t-15], 7) ^ ror(W[t-15], 18) ^ shr(W[t-15], 3); in SHA256_Transform() 75 uint32_t s1 = ror(W[t-2], 17) ^ ror(W[t-2], 19) ^ shr(W[t-2], 10); in SHA256_Transform() 76 W[t] = W[t-16] + s0 + W[t-7] + s1; in SHA256_Transform() 94 uint32_t t1 = H + s1 + ch + K[t] + W[t]; in SHA256_Transform()
|
A D | sha.c | 40 uint32_t W[80]; in SHA1_Transform() local 50 W[t] = tmp; in SHA1_Transform() 54 W[t] = rol(1,W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16]); in SHA1_Transform() 64 uint32_t tmp = rol(5,A) + E + W[t]; in SHA1_Transform()
|
/lk-master/target/nucleo-f072rb/ |
A D | usb.c | 23 #define W(w) (w & 0xff), (w >> 8) macro 30 W(0x0200), /* USB Version */ 35 W(0x9999), /* vendor */ 36 W(0x9999), /* product */ 37 W(0x9999), /* release */ 48 W(0x0200), /* USB version */ 60 W(0x09), /* Total Length (incl ifc, ept) */ 86 W(64), /* max packet size: 64 */ 94 W(64), /* max packet size: 64 */
|
/lk-master/dev/usb/class/bulktest/ |
A D | bulktest.c | 27 #define W(w) (w & 0xff), (w >> 8) macro 129 W(64), /* max packet size: 64 */ in usb_class_bulktest_init() 137 W(64), /* max packet size: 64 */ in usb_class_bulktest_init()
|
/lk-master/make/ |
A D | macros.mk | 21 …bst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subst X,x,$(subs… 22 …t q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst x,X,$(subst …
|
/lk-master/app/moot/ |
A D | usbboot.c | 33 #define W(w) (w & 0xff), (w >> 8) macro 56 W(64), /* max packet size: 64 */ 64 W(64), /* max packet size: 64 */
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/ |
A D | readme.dox | 44 * - <START> <ADDR><W> Write 16-bit address <STOP><br> 45 …* - <START> <ADDR><W> Write 16-bit address <REPEAT START><R> READ READ ... READ <STOP> (unbound re… 46 * - <START> <ADDR><W> Write 16-bit address WRITE WRITE ... WRITE <STOP> (unbound write)<br>
|
/lk-master/dev/usb/class/cdcserial/ |
A D | cdcserial.c | 23 #define W(w) (w & 0xff), (w >> 8) macro 62 W(8), /* max packet size: 8 */
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | rom_crypto.h | 321 uint32_t W[16]; member
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/ |
A D | usbd.h | 88 uint16_t W; /**< data member to do 16 bit access */ member
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | gpio_15xx.h | 49 __IO uint32_t W[32][32]; /*!< Offset 0x1000: Word pin registers port 0 to n */ member
|