Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 1077) sorted by relevance

12345678910>>...44

/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/
A Dl2cc_pdu.h338 uint8_t code; member
353 uint8_t code; member
368 uint8_t code; member
387 uint8_t code; member
402 uint8_t code; member
423 uint8_t code; member
444 uint8_t code; member
459 uint8_t code; member
603 uint8_t code; member
956 uint8_t code; member
[all …]
A Dl2cc.h64 #define L2CC_SIG_PDU_ALLOC(conidx, code, src_id, type) \ argument
65 ((struct type*) l2cc_pdu_alloc(conidx, L2C_CID_LE_SIGNALING, code, src_id, 0))
69 …(struct l2cc_pdu_send_cmd*) (((uint8_t*)_pdu) - offsetof(struct l2cc_pdu_send_cmd, pdu.data.code)))
73 …(struct l2cc_pdu_recv_ind*) (((uint8_t*)_pdu) - offsetof(struct l2cc_pdu_recv_ind, pdu.data.code)))
88 #define L2CC_SMP_PDU_ALLOC(conidx, code, src_id, type) \ argument
89 ((struct type*) l2cc_pdu_alloc(conidx, L2C_CID_SECURITY, code, src_id, 0))
104 #define L2CC_ATT_PDU_ALLOC(conidx, code, src_id, type)\ argument
105 ((struct type*) l2cc_pdu_alloc(conidx, L2C_CID_ATTRIBUTE, code, src_id, 0))
121 #define L2CC_ATT_PDU_ALLOC_DYN(conidx, code, src_id, type, length)\ argument
122 ((struct type*) l2cc_pdu_alloc(conidx, L2C_CID_ATTRIBUTE, code, src_id, length))
[all …]
A Dhci_int.h95 #define EVT(code, dest_hl, pkupk, par_fmt) {HCI_##code##_EVT_CODE, (dest_hl<<H… argument
106 #define EVT(code, dest_hl, pkupk, par_fmt) {HCI_##code##_EVT_CODE, (dest_hl<<H… argument
213 uint8_t code; member
280 uint8_t code; member
365 const struct hci_evt_desc_tag* hci_look_for_evt_desc(uint8_t code);
/bsp/samd21/sam_d2x_asflib/common/services/storage/ecc_hamming/
A Decc-sw.c162 code[0] = 0; in compute256()
163 code[1] = 0; in compute256()
164 code[2] = 0; in compute256()
167 code[0] <<= 2; in compute256()
168 code[1] <<= 2; in compute256()
169 code[2] <<= 2; in compute256()
173 code[0] |= 2; in compute256()
177 code[0] |= 1; in compute256()
203 code[0] = (~(uint32_t) code[0]); in compute256()
204 code[1] = (~(uint32_t) code[1]); in compute256()
[all …]
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_rlefont.c109 if ((code & RLE_CODEMASK) == RLE_ZEROS) in write_rle_dictentry()
151 uint8_t code) in write_bin_codeword() argument
154 uint8_t byte = code - DICT_START7BIT; in write_bin_codeword()
184 uint8_t code) in write_ref_codeword() argument
186 if (code == 0) in write_ref_codeword()
190 else if (code <= 15) in write_ref_codeword()
192 write_pixels(rstate, 1, 0x11 * code); in write_ref_codeword()
194 else if (code == REF_FILLZEROS) in write_ref_codeword()
199 else if (code < DICT_START) in write_ref_codeword()
209 write_bin_codeword(font, rstate, code); in write_ref_codeword()
[all …]
/bsp/simulator/pcap/Include/pcap/
A Dbpf.h849 #define BPF_CLASS(code) ((code) & 0x07) argument
860 #define BPF_SIZE(code) ((code) & 0x18) argument
864 #define BPF_MODE(code) ((code) & 0xe0) argument
873 #define BPF_OP(code) ((code) & 0xf0) argument
888 #define BPF_SRC(code) ((code) & 0x08) argument
893 #define BPF_RVAL(code) ((code) & 0x18) argument
897 #define BPF_MISCOP(code) ((code) & 0xf8) argument
905 u_short code; member
914 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument
915 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/bsp/simulator/drivers/
A Dnanddrv_file.c123 code[0] = 0; in Compute256()
124 code[1] = 0; in Compute256()
125 code[2] = 0; in Compute256()
129 code[0] <<= 2; in Compute256()
130 code[1] <<= 2; in Compute256()
131 code[2] <<= 2; in Compute256()
136 code[0] |= 2; in Compute256()
141 code[0] |= 1; in Compute256()
173 code[0] = (~(rt_uint32_t)code[0]); in Compute256()
174 code[1] = (~(rt_uint32_t)code[1]); in Compute256()
[all …]
/bsp/Vango/v85xx/
A DTarget_FLASH.ld39 /* The startup code goes first into FLASH */
43 KEEP(*(.isr_vector)) /* Startup code */
50 *(.chipinit_section) /* .text sections (code) */
51 *(.chipinit_section*) /* .text* sections (code) */
52 *(.glue_7) /* glue arm to thumb code */
53 *(.glue_7t) /* glue thumb to arm code */
63 /* The program code and other data goes into FLASH */
67 *(.text) /* .text sections (code) */
68 *(.text*) /* .text* sections (code) */
69 *(.glue_7) /* glue arm to thumb code */
[all …]
/bsp/Vango/v85xxp/
A DTarget_FLASH.ld39 /* The startup code goes first into FLASH */
43 KEEP(*(.isr_vector)) /* Startup code */
50 *(.chipinit_section) /* .text sections (code) */
51 *(.chipinit_section*) /* .text* sections (code) */
52 *(.glue_7) /* glue arm to thumb code */
53 *(.glue_7t) /* glue thumb to arm code */
63 /* The program code and other data goes into FLASH */
67 *(.text) /* .text sections (code) */
68 *(.text*) /* .text* sections (code) */
69 *(.glue_7) /* glue arm to thumb code */
[all …]
/bsp/essemi/es32vf2264/drivers/
A DSConscript12 # add gpio code
16 # add serial driver code
24 # add spi driver code
28 # add i2c driver code
32 # add can driver code
37 # add adc driver code
41 # add rtc driver code
45 # add spi flash driver code
49 # add hwtimer driver code
59 # add pwm driver code
[all …]
/bsp/essemi/es32f369x/drivers/
A DSConscript12 # add gpio code
16 # add serial driver code
23 # add spi driver code
27 # add i2c driver code
31 # add can driver code
35 # add adc driver code
39 # add rtc driver code
43 # add spi flash driver code
47 # add hwtimer driver code
54 # add pwm driver code
[all …]
/bsp/renesas/rzt2m_rsk/script/
A Dfsp_xspi0_boot.icf640 initialize manually { ro code object startup_core.o,
641 ro code object system_core.o,
642 ro code object startup.o,
643 ro code object system.o,
644 ro code object bsp_clocks.o,
646 ro code object bsp_irq.o,
649 ro code object r_ioport.o,
650 ro code object bsp_cache.o,
651 ro code section .intvec,
653 ro code section .warm_start,
[all …]
/bsp/renesas/rzn2l_rsk/script/
A Dfsp_xspi0_boot.icf602 initialize manually { ro code object startup_core.o,
603 ro code object system_core.o,
604 ro code object startup.o,
605 ro code object system.o,
606 ro code object bsp_clocks.o,
608 ro code object bsp_irq.o,
610 ro code object r_ioport.o,
611 ro code object bsp_cache.o,
612 ro code section .intvec,
614 ro code section .warm_start,
[all …]
/bsp/essemi/es32f0654/board/linker_scripts/
A Dlink.lds38 /* The startup code goes first into FLASH */
42 KEEP(*(.isr_vector)) /* Startup code */
46 /* The program code and other data goes into FLASH */
50 *(.text) /* .text sections (code) */
51 *(.text*) /* .text* sections (code) */
54 *(.glue_7) /* glue arm to thumb code */
55 *(.glue_7t) /* glue thumb to arm code */
61 _etext = .; /* define a global symbols at end of code */
98 /* Initialized data sections goes into RAM, load LMA copy after code */
141 *(.mb1text) /* .mb1text sections (code) */
[all …]
/bsp/essemi/es32f365x/board/linker_scripts/
A Dlink.lds38 /* The startup code goes first into FLASH */
42 KEEP(*(.isr_vector)) /* Startup code */
46 /* The program code and other data goes into FLASH */
50 *(.text) /* .text sections (code) */
51 *(.text*) /* .text* sections (code) */
54 *(.glue_7) /* glue arm to thumb code */
55 *(.glue_7t) /* glue thumb to arm code */
61 _etext = .; /* define a global symbols at end of code */
98 /* Initialized data sections goes into RAM, load LMA copy after code */
141 *(.mb1text) /* .mb1text sections (code) */
[all …]
/bsp/essemi/es32f365x/drivers/
A DSConscript16 # add gpio code
20 # add serial driver code
27 # add spi driver code
31 # add i2c driver code
35 # add can driver code
39 # add adc driver code
43 # add rtc driver code
47 # add spi flash driver code
51 # add hwtimer driver code
58 # add pwm driver code
[all …]
/bsp/essemi/es32f0654/drivers/
A DSConscript12 # add gpio code
16 # add serial driver code
23 # add spi driver code
27 # add i2c driver code
31 # add can driver code
36 # add adc driver code
40 # add rtc driver code
44 # add spi flash driver code
48 # add hwtimer driver code
58 # add pwm driver code
[all …]
/bsp/renesas/rzn2l_etherkit/script/
A Dfsp_xspi0_boot.icf653 initialize manually { ro code object startup_core.o,
654 ro code object system_core.o,
655 ro code object startup.o,
656 ro code object system.o,
657 ro code object bsp_clocks.o,
659 ro code object bsp_irq.o,
661 ro code object r_ioport.o,
662 ro code object bsp_cache.o,
663 ro code section .intvec,
665 ro code section .warm_start,
[all …]
/bsp/fm33lc026/libraries/FM/FM33xx/Source/Templates/gcc/linker/
A Dfm33lc01x_flash.ld20 /* The startup code goes first into FLASH */
24 KEEP(*(.isr_vector)) /* Startup code */
28 /* The program code and other data goes into FLASH */
32 *(.text) /* .text sections (code) */
33 *(.text*) /* .text* sections (code) */
34 *(.glue_7) /* glue arm to thumb code */
35 *(.glue_7t) /* glue thumb to arm code */
42 _etext = .; /* define a global symbols at end of code */
85 /* Initialized data sections goes into RAM, load LMA copy after code */
A Dfm33lc02x_flash.ld20 /* The startup code goes first into FLASH */
24 KEEP(*(.isr_vector)) /* Startup code */
28 /* The program code and other data goes into FLASH */
32 *(.text) /* .text sections (code) */
33 *(.text*) /* .text* sections (code) */
34 *(.glue_7) /* glue arm to thumb code */
35 *(.glue_7t) /* glue thumb to arm code */
42 _etext = .; /* define a global symbols at end of code */
85 /* Initialized data sections goes into RAM, load LMA copy after code */
A Dfm33lc04x_flash.ld20 /* The startup code goes first into FLASH */
24 KEEP(*(.isr_vector)) /* Startup code */
28 /* The program code and other data goes into FLASH */
32 *(.text) /* .text sections (code) */
33 *(.text*) /* .text* sections (code) */
34 *(.glue_7) /* glue arm to thumb code */
35 *(.glue_7t) /* glue thumb to arm code */
42 _etext = .; /* define a global symbols at end of code */
85 /* Initialized data sections goes into RAM, load LMA copy after code */
/bsp/n32/libraries/N32G4FR_Firmware_Library/CMSIS/device/
A Dn32g4fr_flash.ld32 /* The startup code goes first into FLASH */
36 KEEP(*(.isr_vector)) /* Startup code */
40 /* The program code and other data goes into FLASH */
44 *(.text) /* .text sections (code) */
45 *(.text*) /* .text* sections (code) */
46 *(.glue_7) /* glue arm to thumb code */
47 *(.glue_7t) /* glue thumb to arm code */
71 _etext = .; /* define a global symbols at end of code */
114 /* Initialized data sections goes into RAM, load LMA copy after code */
/bsp/rm48x50/HALCoGen/
A Dmisra-c.txt31 Startup code
33 /*SAFETYMCUSW 94 S MR:11.1 <REVIEWED> "Startup code(handler pointers)" */
34 /*SAFETYMCUSW 122 S MR:20.11 <REVIEWED> "Startup code(exit and abort need to be present)" */
35 /*SAFETYMCUSW 296 S MR:8.6 <REVIEWED> "Startup code(library functions at block scope)" */
36 /*SAFETYMCUSW 298 S MR: <REVIEWED> "Startup code(handler pointers)" */
37 /*SAFETYMCUSW 299 S MR: <REVIEWED> "Startup code(typedef for handler pointers in library )" */
38 /*SAFETYMCUSW 326 S MR:8.2 <REVIEWED> "Startup code(Declaration for main in library)" */
39 /*SAFETYMCUSW 60 D MR:8.8 <REVIEWED> "Startup code(Declaration for main in library;Only doing an ex…
40 /*SAFETYMCUSW 94 S MR:11.1 <REVIEWED> "Startup code(handler pointers)" */
41 /*SAFETYMCUSW 354 S MR:1.4 <REVIEWED> " Startup code(Extern declaration present in the library)" */
/bsp/mm32f327x/drivers/
A DSConscript12 # add serial driver code
16 # add gpio driver code
20 # add adc driver code
24 # add flash driver code
/bsp/mm32f526x/drivers/
A DSConscript12 # add serial driver code
16 # add gpio driver code
20 # add adc driver code
24 # add flash driver code

Completed in 58 milliseconds

12345678910>>...44