Home
last modified time | relevance | path

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

12345678910>>...30

/hal_nxp-latest/mcux/mcux-sdk/
DSW-Content-Register.txt26 Format: source code
37 Format: source code, linker files
47 Format: source code
57 Format: source code
71 Format: source code
85 Format: source code, header files, firmware
98 Format: source code
109 Format: source code
122 Format: source code
133 Format: source code
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_msg.c903 netc_msg_link_speed_code_t code; in EP_GetLinkSpeed() local
921code = ((duplex == kNETC_MiiHalfDuplex) ? kNETC_MsgLinkSpeed10HD : kNETC_MsgLinkSpeed10FD); in EP_GetLinkSpeed()
924code = ((duplex == kNETC_MiiHalfDuplex) ? kNETC_MsgLinkSpeed100HD : kNETC_MsgLinkSpeed100FD); in EP_GetLinkSpeed()
927 code = kNETC_MsgLinkSpeed1000; in EP_GetLinkSpeed()
930 code = kNETC_MsgLinkSpeed2500; in EP_GetLinkSpeed()
933 code = kNETC_MsgLinkSpeed5000; in EP_GetLinkSpeed()
936 code = kNETC_MsgLinkSpeed10G; in EP_GetLinkSpeed()
939 code = kNETC_MsgLinkSpeedNotSupport; in EP_GetLinkSpeed()
943 return NETC_MSG_RETURN_CODE(kNETC_MsgClassLinkSpeed, code, 0U); in EP_GetLinkSpeed()
975 uint16_t code; in EP_PsiNotifyLink() local
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/gcc/
DMIMXRT595Sxxxx_cm33_ram_ns.ld35 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */
38 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */
51 /* The startup code goes first into internal ram */
57 KEEP(*(.isr_vector)) /* Startup code */
62 /* The program code and other data goes into internal ram */
66 *(.text) /* .text sections (code) */
67 *(.text*) /* .text* sections (code) */
70 *(.glue_7) /* glue arm to thumb code */
71 *(.glue_7t) /* glue thumb to arm code */
148 __etext = .; /* define a global symbol at end of code */
DMIMXRT595Sxxxx_cm33_ram_s.ld35 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */
38 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */
61 /* The startup code goes first into internal ram */
67 KEEP(*(.isr_vector)) /* Startup code */
72 /* The program code and other data goes into internal ram */
76 *(.text) /* .text sections (code) */
77 *(.text*) /* .text* sections (code) */
80 *(.glue_7) /* glue arm to thumb code */
81 *(.glue_7t) /* glue thumb to arm code */
158 __etext = .; /* define a global symbol at end of code */
DMIMXRT595Sxxxx_cm33_flash.ld36 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */
39 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */
60 /* The startup code goes first into internal ram */
66 KEEP(*(.isr_vector)) /* Startup code */
70 /* The program code and other data goes into internal ram */
74 *(.text) /* .text sections (code) */
75 *(.text*) /* .text* sections (code) */
78 *(.glue_7) /* glue arm to thumb code */
79 *(.glue_7t) /* glue thumb to arm code */
156 __etext = .; /* define a global symbol at end of code */
DMIMXRT595Sxxxx_cm33_flash_ns.ld36 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */
39 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */
52 /* The startup code goes first into internal ram */
58 KEEP(*(.isr_vector)) /* Startup code */
62 /* The program code and other data goes into internal ram */
66 *(.text) /* .text sections (code) */
67 *(.text*) /* .text* sections (code) */
70 *(.glue_7) /* glue arm to thumb code */
71 *(.glue_7t) /* glue thumb to arm code */
148 __etext = .; /* define a global symbol at end of code */
DMIMXRT595Sxxxx_cm33_flash_s.ld36 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */
39 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */
62 /* The startup code goes first into internal ram */
68 KEEP(*(.isr_vector)) /* Startup code */
72 /* The program code and other data goes into internal ram */
76 *(.text) /* .text sections (code) */
77 *(.text*) /* .text* sections (code) */
80 *(.glue_7) /* glue arm to thumb code */
81 *(.glue_7t) /* glue thumb to arm code */
168 __etext = .; /* define a global symbol at end of code */
DMIMXRT595Sxxxx_cm33_ram.ld35 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */
38 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */
60 /* The startup code goes first into internal ram */
66 KEEP(*(.isr_vector)) /* Startup code */
71 /* The program code and other data goes into internal ram */
75 *(.text) /* .text sections (code) */
76 *(.text*) /* .text* sections (code) */
79 *(.glue_7) /* glue arm to thumb code */
80 *(.glue_7t) /* glue thumb to arm code */
157 __etext = .; /* define a global symbol at end of code */
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/
Dwmerrno.h17 #define get_module_base(code) ((code & 0xF000) >> 12) argument
20 #define get_notifier_msg_type(code) ((code & 0x0F00) >> 8) argument
23 #define get_code(code) (code & 0xFF) argument
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/gcc/
DRW612_flash.ld56 /* The startup code goes first into internal ram */
62 KEEP(*(.isr_vector)) /* Startup code */
67 /* The program code and other data goes into internal ram */
71 *(.text) /* .text sections (code) */
72 *(.text*) /* .text* sections (code) */
75 *(.glue_7) /* glue arm to thumb code */
76 *(.glue_7t) /* glue thumb to arm code */
153 __etext = .; /* define a global symbol at end of code */
188 * allocated on code bus (SRAM address starts from 0x0), CodeQuickAccess can be inserted in
189 * .ram_function and the .ram_function can be located in the code bus region instead of m_data
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/gcc/
DRW610_flash.ld56 /* The startup code goes first into internal ram */
62 KEEP(*(.isr_vector)) /* Startup code */
67 /* The program code and other data goes into internal ram */
71 *(.text) /* .text sections (code) */
72 *(.text*) /* .text* sections (code) */
75 *(.glue_7) /* glue arm to thumb code */
76 *(.glue_7t) /* glue thumb to arm code */
153 __etext = .; /* define a global symbol at end of code */
188 * allocated on code bus (SRAM address starts from 0x0), CodeQuickAccess can be inserted in
189 * .ram_function and the .ram_function can be located in the code bus region instead of m_data
/hal_nxp-latest/mcux/mcux-sdk/devices/MK22F12/gcc/
DMK22FX512xxx12_ram.ld47 /* The startup code goes first into internal RAM */
51 KEEP(*(.isr_vector)) /* Startup code */
55 /* The program code and other data goes into internal RAM */
59 *(.text) /* .text sections (code) */
60 *(.text*) /* .text* sections (code) */
63 *(.glue_7) /* glue arm to thumb code */
64 *(.glue_7t) /* glue thumb to arm code */
141 __etext = .; /* define a global symbol at end of code */
153 *(CodeQuickAccess) /* quick access code section */
DMK22FN1M0xxx12_ram.ld47 /* The startup code goes first into internal RAM */
51 KEEP(*(.isr_vector)) /* Startup code */
55 /* The program code and other data goes into internal RAM */
59 *(.text) /* .text sections (code) */
60 *(.text*) /* .text* sections (code) */
63 *(.glue_7) /* glue arm to thumb code */
64 *(.glue_7t) /* glue thumb to arm code */
141 __etext = .; /* define a global symbol at end of code */
153 *(CodeQuickAccess) /* quick access code section */
/hal_nxp-latest/mcux/mcux-sdk/devices/MK22F12810/gcc/
DMK22FN128xxx10_flash.ld47 /* The startup code goes first into internal flash */
51 KEEP(*(.isr_vector)) /* Startup code */
62 /* The program code and other data goes into internal flash */
66 *(.text) /* .text sections (code) */
67 *(.text*) /* .text* sections (code) */
70 *(.glue_7) /* glue arm to thumb code */
71 *(.glue_7t) /* glue thumb to arm code */
148 __etext = .; /* define a global symbol at end of code */
160 *(CodeQuickAccess) /* quick access code section */
DMK22FN128xxx10_ram.ld45 /* The startup code goes first into internal RAM */
49 KEEP(*(.isr_vector)) /* Startup code */
53 /* The program code and other data goes into internal RAM */
57 *(.text) /* .text sections (code) */
58 *(.text*) /* .text* sections (code) */
61 *(.glue_7) /* glue arm to thumb code */
62 *(.glue_7t) /* glue thumb to arm code */
139 __etext = .; /* define a global symbol at end of code */
151 *(CodeQuickAccess) /* quick access code section */
/hal_nxp-latest/mcux/mcux-sdk/devices/MK02F12810/gcc/
DMK02FN128xxx10_flash.ld46 /* The startup code goes first into internal flash */
50 KEEP(*(.isr_vector)) /* Startup code */
61 /* The program code and other data goes into internal flash */
65 *(.text) /* .text sections (code) */
66 *(.text*) /* .text* sections (code) */
69 *(.glue_7) /* glue arm to thumb code */
70 *(.glue_7t) /* glue thumb to arm code */
147 __etext = .; /* define a global symbol at end of code */
159 *(CodeQuickAccess) /* quick access code section */
DMK02FN128xxx10_ram.ld44 /* The startup code goes first into internal RAM */
48 KEEP(*(.isr_vector)) /* Startup code */
52 /* The program code and other data goes into internal RAM */
56 *(.text) /* .text sections (code) */
57 *(.text*) /* .text* sections (code) */
60 *(.glue_7) /* glue arm to thumb code */
61 *(.glue_7t) /* glue thumb to arm code */
138 __etext = .; /* define a global symbol at end of code */
150 *(CodeQuickAccess) /* quick access code section */
DMK02FN64xxx10_flash.ld46 /* The startup code goes first into internal flash */
50 KEEP(*(.isr_vector)) /* Startup code */
61 /* The program code and other data goes into internal flash */
65 *(.text) /* .text sections (code) */
66 *(.text*) /* .text* sections (code) */
69 *(.glue_7) /* glue arm to thumb code */
70 *(.glue_7t) /* glue thumb to arm code */
147 __etext = .; /* define a global symbol at end of code */
159 *(CodeQuickAccess) /* quick access code section */
DMK02FN64xxx10_ram.ld44 /* The startup code goes first into internal RAM */
48 KEEP(*(.isr_vector)) /* Startup code */
52 /* The program code and other data goes into internal RAM */
56 *(.text) /* .text sections (code) */
57 *(.text*) /* .text* sections (code) */
60 *(.glue_7) /* glue arm to thumb code */
61 *(.glue_7t) /* glue thumb to arm code */
138 __etext = .; /* define a global symbol at end of code */
150 *(CodeQuickAccess) /* quick access code section */
/hal_nxp-latest/mcux/mcux-sdk/devices/MK24F12/gcc/
DMK24FN1M0xxx12_flash.ld47 /* The startup code goes first into internal flash */
51 KEEP(*(.isr_vector)) /* Startup code */
62 /* The program code and other data goes into internal flash */
66 *(.text) /* .text sections (code) */
67 *(.text*) /* .text* sections (code) */
70 *(.glue_7) /* glue arm to thumb code */
71 *(.glue_7t) /* glue thumb to arm code */
148 __etext = .; /* define a global symbol at end of code */
160 *(CodeQuickAccess) /* quick access code section */
DMK24FN1M0xxx12_ram.ld45 /* The startup code goes first into internal RAM */
49 KEEP(*(.isr_vector)) /* Startup code */
53 /* The program code and other data goes into internal RAM */
57 *(.text) /* .text sections (code) */
58 *(.text*) /* .text* sections (code) */
61 *(.glue_7) /* glue arm to thumb code */
62 *(.glue_7t) /* glue thumb to arm code */
139 __etext = .; /* define a global symbol at end of code */
151 *(CodeQuickAccess) /* quick access code section */
/hal_nxp-latest/mcux/mcux-sdk/devices/MK63F12/gcc/
DMK63FN1M0xxx12_flash.ld45 /* The startup code goes first into internal flash */
49 KEEP(*(.isr_vector)) /* Startup code */
60 /* The program code and other data goes into internal flash */
64 *(.text) /* .text sections (code) */
65 *(.text*) /* .text* sections (code) */
68 *(.glue_7) /* glue arm to thumb code */
69 *(.glue_7t) /* glue thumb to arm code */
146 __etext = .; /* define a global symbol at end of code */
158 *(CodeQuickAccess) /* quick access code section */
DMK63FN1M0xxx12_ram.ld43 /* The startup code goes first into internal RAM */
47 KEEP(*(.isr_vector)) /* Startup code */
51 /* The program code and other data goes into internal RAM */
55 *(.text) /* .text sections (code) */
56 *(.text*) /* .text* sections (code) */
59 *(.glue_7) /* glue arm to thumb code */
60 *(.glue_7t) /* glue thumb to arm code */
137 __etext = .; /* define a global symbol at end of code */
149 *(CodeQuickAccess) /* quick access code section */
/hal_nxp-latest/mcux/mcux-sdk/devices/MK22F25612/gcc/
DMK22FN128xxx12_flash.ld43 /* The startup code goes first into internal flash */
47 KEEP(*(.isr_vector)) /* Startup code */
58 /* The program code and other data goes into internal flash */
62 *(.text) /* .text sections (code) */
63 *(.text*) /* .text* sections (code) */
66 *(.glue_7) /* glue arm to thumb code */
67 *(.glue_7t) /* glue thumb to arm code */
144 __etext = .; /* define a global symbol at end of code */
156 *(CodeQuickAccess) /* quick access code section */
DMK22FN128xxx12_ram.ld41 /* The startup code goes first into internal RAM */
45 KEEP(*(.isr_vector)) /* Startup code */
49 /* The program code and other data goes into internal RAM */
53 *(.text) /* .text sections (code) */
54 *(.text*) /* .text* sections (code) */
57 *(.glue_7) /* glue arm to thumb code */
58 *(.glue_7t) /* glue thumb to arm code */
135 __etext = .; /* define a global symbol at end of code */
147 *(CodeQuickAccess) /* quick access code section */

12345678910>>...30