Home
last modified time | relevance | path

Searched refs:W (Results 1 – 15 of 15) sorted by relevance

/lk-master/target/stellaris-launchpad/
A Dusb.c17 #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 Ddescriptor.c10 #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 Dusb.c21 #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 Dusb.c22 #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 Dsha256.c60 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 Dsha.c40 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 Dusb.c23 #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 Dbulktest.c27 #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 Dmacros.mk21 …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 Dusbboot.c33 #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 Dreadme.dox44 * - <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 Dcdcserial.c23 #define W(w) (w & 0xff), (w >> 8) macro
62 W(8), /* max packet size: 8 */
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Drom_crypto.h321 uint32_t W[16]; member
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd.h88 uint16_t W; /**< data member to do 16 bit access */ member
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dgpio_15xx.h49 __IO uint32_t W[32][32]; /*!< Offset 0x1000: Word pin registers port 0 to n */ member

Completed in 17 milliseconds