| /hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/ |
| D | mmcau_md5_functions.s | 150 add r1, r5 @ a += F(b,c,d) 152 add r1, r6 @ a += msg_data[0] 154 add r1, r5 @ a += md5_t[0] 157 add r1, r2 @ a = b + ROTL(a,7) 164 add r4, r5 @ d += F(a,b,c) 166 add r4, r6 @ d += msg_data[1] 168 add r4, r5 @ d += md5_t[1] 171 add r4, r1 @ d = a + ROTL(d,12) 178 add r3, r5 @ c += F(d,a,b) 180 add r3, r6 @ c += msg_data[2] [all …]
|
| D | mmcau_sha1_functions.s | 147 add r2, sp, #0 @ set *sha1_state (on stack) 197 add r1, r7 @ w[0] + k[0] 198 str r1, [r4] @ add sum to CAA 205 add r1, r7 @ w[1] + k[0] 206 str r1, [r4] @ add sum to CAA 213 add r1, r7 @ w[2] + k[0] 214 str r1, [r4] @ add sum to CAA 221 add r1, r7 @ w[3] + k[0] 222 str r1, [r4] @ add sum to CAA 229 add r1, r7 @ w[4] + k[0] [all …]
|
| D | mmcau_sha256_functions.s | 219 str r7, [r6] @ add w[i] 223 str r7, [r6] @ add k[0] 231 str r7, [r6] @ add w[1] 235 str r7, [r6] @ add k[1] 243 str r7, [r6] @ add w[2] 247 str r7, [r6] @ add k[2] 255 str r7, [r6] @ add w[3] 259 str r7, [r6] @ add k[3] 267 str r7, [r6] @ add w[4] 271 str r7, [r6] @ add k[4] [all …]
|
| D | mmcau_aes_functions.s | 1200 add sp, #2<<2 @ set sp = *{r4-r7} 1273 add r1, r2 @ calculate end of key_sch 1516 add sp, #2<<2 @ set sp = *{r4-r7}
|
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | kconfiglib.py | 1468 add = chunks.append 1483 add("#define {}{} 1\n" 1486 add("#define {}{}_MODULE 1\n" 1490 add('#define {}{} "{}"\n' 1498 add("#define {}{} {}\n" 1601 add = chunks.append 1621 add("# end of {}\n".format(node.prompt[0])) 1648 add("\n") 1649 add(conf_string) 1655 add("\n#\n# {}\n#\n".format(node.prompt[0])) [all …]
|
| D | guiconfig.py | 319 _tree.bind("<<TreeviewSelect>>", _update_menu_path, add=True) 508 panedwindow.add(tree_frame, weight=1) 509 panedwindow.add(desc_frame) 1839 tree.bind("<<TreeviewSelect>>", tree_select, add=True)
|
| /hal_nxp-latest/mcux/ |
| D | README | 116 …- add kUSB_DeviceNotifySOF to usb_device_mcux_drv_port.h SDK USB stack already supports it in SDK … 117 - mcux-sdk/drivers/adc12/fsl_adc12.c: add guards to avoid compilation warnings when building 120 …- mcux-sdk/drivers/flexcan/fsl_flexcan.c and mcux-sdk/drivers/flexcan/fsl_flexcan.h: add the guard… 124 - devices: MIMX9596: add EDMA rev2 soc layer definition 130 mcux-sdk/drivers/dspi/fsl_dspi_edma.h: add the guards for unsupport features on S32Z27x devices 135 - drivers: edma_rev2: add macro for CHn_CSR's ACTIVE bit
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/cwt/ |
| D | fsl_cwt.h | 79 #define SC_ADD(add) \ argument 82 CDOG->ADD = (secure_counter_t)(add); \ 232 void CWT_Add(CDOG_Type *base, uint32_t add);
|
| D | fsl_cwt.c | 104 void CWT_Add(CDOG_Type *base, uint32_t add) in CWT_Add() argument 106 base->ADD = (secure_counter_t)add; in CWT_Add()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/cdog/ |
| D | fsl_cdog.h | 88 #define SC_ADD(add) \ argument 91 CDOG->ADD = (secure_counter_t)(add); \ 239 void CDOG_Add(CDOG_Type *base, uint32_t add);
|
| D | fsl_cdog.c | 137 void CDOG_Add(CDOG_Type *base, uint32_t add) in CDOG_Add() argument 139 base->ADD = (secure_counter_t)add; in CDOG_Add()
|
| /hal_nxp-latest/mcux/mcux-sdk/ |
| D | CONTRIBUTING.md | 72 If you are agree with the statement, just simply add sign-off in your commit message, following for… 93 …ign-off will be automatically added to your commit message. If you want to add sign-off to an exis… 96 … when you Commit change directly using GitHub Web UI. You need to manually add sign-off message in… 112 4. Code should be well documented, add proper doxygen comments if you are adding new function/types… 160 git remote add nxp https://github.com/NXPmicro/mcux-sdk.git 169 git add xxx
|
| D | CONTRIBUTING_CN.md | 62 git remote add nxp https://github.com/NXPmicro/mcux-sdk.git 71 git add xxx
|
| D | .gitignore | 2 # NOTE! Don't add files that are generated in specific
|
| /hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/port/kw45_k4w1/ |
| D | sss_crypto.h | 203 const unsigned char *add, 214 const unsigned char *add,
|
| /hal_nxp-latest/imx/ |
| D | README | 19 This code component is used to add Zephyr support on iMX7 and iMX6SX
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/ |
| D | LICENSE.txt | 117 do not modify the License. You may add Your own attribution 123 You may add Your own copyright statement to Your modifications and
|
| /hal_nxp-latest/mcux/mcux-sdk/cmake/backports/ |
| D | FindPythonInterp.cmake | 108 # Set up the versions we know about, in the order we will search. Always add
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/ |
| D | README.md | 47 To build for A5 with Neon acceleration, you need to add:
|
| /hal_nxp-latest/mcux/mcux-sdk/cmake/ |
| D | kconfig.cmake | 67 # Allow out-of-tree users to add their own Kconfig python frontend
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/ |
| D | fwk_platform_mflash.ch | 241 …* Copy contents of partial page in RAM, add the new values at right offset in page buffer (256 byt…
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/ |
| D | ChangeLogKSDK.txt | 86 - add wrapper for all of disk demos to support emmc.
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1024/ |
| D | all_lib_device.cmake | 598 …tionality enables customers to quickly develop applications of interest to add connectivity to dif…
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/ |
| D | ChangeLogKSDK.txt | 247 - eRPC: Unit test code updated to handle service add and remove operations.
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1021/ |
| D | all_lib_device.cmake | 598 …tionality enables customers to quickly develop applications of interest to add connectivity to dif…
|