/hal_nxp-3.6.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxCsslMemory/inc/impl/ |
D | mcuxCsslMemory_Copy_asm.h | 25 #define MCUXCSSLMEMORY_COPY_ASM(word, byte, cha, chb, xorword, retval, datareg, src, dst, nwords, c… argument 64 , [_byte] "+&r" (byte) \ 80 #define MCUXCSSLMEMORY_COPY_ASM(word, byte, cha, chb, xorword, retval, datareg, src, dst, nwords, c… argument 100 LSLS byte, word, #2; \ 102 CMP byte, cnt; \ 107 LDRB datareg, [src, byte]; \ 109 STRB datareg, [dst, byte]; \ 111 ADDS byte, byte, #+1; \ 112 CMP byte, cnt; \
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/mmcau/asm-cm4-cm7/src/ |
D | mmcau_des_functions.s | 19 # 01-2011 David Schimke Add byte reverse to correct double word 20 # read of byte arrays for little endian, 125 rev r3, r3 @ byte reverse 126 rev r4, r4 @ byte reverse 128 rev r5, r5 @ byte reverse 129 rev r6, r6 @ byte reverse 150 rev r0, r0 @ byte reverse 151 rev r1, r1 @ byte reverse 160 # DES: Decrypts a single 8-byte block 162 # *in pointer to 8-byte block of input ciphertext [all …]
|
D | mmcau_aes_functions.s | 19 # 01-2011 David Schimke Add byte reverse to correct double word 20 # read of byte arrays for little endian, 84 rev r4, r4 @ byte reverse 85 rev r5, r5 @ byte reverse 86 rev r6, r6 @ byte reverse 87 rev r7, r7 @ byte reverse 100 rev r1, r1 @ byte reverse 101 rev r3, r3 @ byte reverse 102 rev r8, r8 @ byte reverse 103 rev r9, r9 @ byte reverse [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | driver_KSDK_NVM.c | 24 byte NVM_SetBlockFlash(uint8_t *Source, uint32_t Dest, uint16_t Count) in NVM_SetBlockFlash() 26 byte retVal=0; in NVM_SetBlockFlash() 48 byte checkIAPStatus(status_t result) { in checkIAPStatus() 49 byte retVal=0; in checkIAPStatus() 105 byte NVM_SetBlockFlash(uint8_t *Source, uint32_t Dest, uint16_t Count) in NVM_SetBlockFlash() 107 byte retVal=ERROR; in NVM_SetBlockFlash()
|
D | driver_KSDK_NVM.h | 16 byte NVM_SetBlockFlash(uint8_t *Source, uint32_t Dest, uint16_t Count);
|
D | sensor_fusion.h | 38 typedef unsigned char byte; typedef
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/tools/Serial_To_MQTT/ |
D | CloudBridgeNXPDemo.py | 154 for byte in range(lenCmd): 156 printCmd += strCmd[byte*2].upper() 157 printCmd += strCmd[byte*2+1].upper() 258 byte = ord(cByte) 266 if (byte == 0x7E): 272 if (byte != 0x7E): 274 if (byte == 0x7D): 275 prevChar = byte; 278 if (byte == 0x5D): 279 byte = 0x7D [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxCsslMemory/src/ |
D | mcuxCsslMemory_Copy.c | 49 uint32_t byte = 0U; in MCUX_CSSL_FP_FUNCTION_DEF() local 67 …MCUXCSSLMEMORY_COPY_ASM(word, byte, cha, chb, xorword, retval, datareg, src, dst, nwords, cnt, suc… in MCUX_CSSL_FP_FUNCTION_DEF() 72 MCUX_CSSL_SC_ADD(byte); in MCUX_CSSL_FP_FUNCTION_DEF()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/source/ |
D | pedometer.c | 156 if ((newstatus ^ pPedometer->status.status.byte) & PEDOMETER_STATUS_ACTIVITY_MASK) in status_update() 169 if ((newstatus ^ pPedometer->status.status.byte) & PEDOMETER_STATUS_SUSPEND_MASK) in status_update() 179 pPedometer->status.status.byte = newstatus; in status_update()
|
/hal_nxp-3.6.0/imx/drivers/ |
D | i2c_imx.h | 217 static inline void I2C_WriteByte(I2C_Type* base, uint8_t byte) in I2C_WriteByte() argument 219 I2C_I2DR_REG(base) = byte; in I2C_WriteByte()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/ |
D | mmcau_aes_functions.s | 135 adds r0, #1<<2 @ move by 4 byte, make ldmia interruptible in MMCAU 436 adds r0, #1<<2 @ move by 4 byte 437 ldmia r0!, {r1, r3-r6} @ load key[1-5] + move by 20 byte 438 subs r0, #6<<2 @ move back by 24byte 911 # Encrypts a single 16-byte block 914 # *in pointer to 16-byte block of input plaintext 917 # *out pointer to 16-byte block of output ciphertext 976 adds r0, #1<<2 @ move by 4 byte to make ldmia interuptible 977 ldmia r0!, {r1-r3} @ load plaintext and move r0 by 12 byte 995 adds r0, #1<<2 @ move by 4 byte to make ldmia interuptible [all …]
|
D | mmcau_md5_functions.s | 63 adds r1, #1<<2 @ move by 4 byte to make ldmia interuptible 64 ldmia r1!, {r2-r4} @ load md5_initial_h[1-3] and move r4 by 12 byte 65 subs r1, #1<<4 @ move back by 16 byte 1058 adds r4, #1<<2 @ move by 4 byte to make ldmia interuptible 1059 ldmia r4!, {r5-r7} @ load md5_initial_h[1-3] and move r4 by 12 byte 1060 subs r4, #1<<4 @ move back by 16 byte
|
D | mmcau_sha1_functions.s | 66 adds r1, #1<<2 @ move by 4 byte, make ldmia interruptible in MMCAU 67 ldmia r1!, {r2-r5} @ load sha1_initial_h[1-4] + move by 12 byte 68 subs r1, #1<<4 @ move back by 16 byte 1427 adds r3, #1<<2 @ move by 4 byte to make ldmia interuptible 1428 ldmia r3!, {r4-r7} @ load sha1_initial_h[1-4] and move r3 by 16 byte 1429 subs r3, #5<<2 @ move back by 20 byte
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/aes/ |
D | fsl_aes.c | 80 uint8_t byte[sizeof(uint32_t)]; in aes_get_word_from_unaligned() member 83 my_bytes.byte[0] = *src; in aes_get_word_from_unaligned() 84 my_bytes.byte[1] = *(src + 1); in aes_get_word_from_unaligned() 85 my_bytes.byte[2] = *(src + 2); in aes_get_word_from_unaligned() 86 my_bytes.byte[3] = *(src + 3); in aes_get_word_from_unaligned()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/hashcrypt/ |
D | fsl_hashcrypt.c | 146 uint8_t byte[sizeof(uint32_t)]; in hashcrypt_get_word_from_unaligned() member 149 my_bytes.byte[0] = *src; in hashcrypt_get_word_from_unaligned() 150 my_bytes.byte[1] = src[1]; in hashcrypt_get_word_from_unaligned() 151 my_bytes.byte[2] = src[2]; in hashcrypt_get_word_from_unaligned() 152 my_bytes.byte[3] = src[3]; in hashcrypt_get_word_from_unaligned()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/include/ |
D | pedometer.h | 88 uint8_t byte; member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/flash/nand/semc/ |
D | fsl_semc_nand_flash.c | 150 uint32_t byte = src[i]; in semc_nand_crc16_onfi_update() local 151 crc ^= byte << 8U; in semc_nand_crc16_onfi_update()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/cau3/ |
D | fsl_cau3.c | 2327 uint8_t byte[sizeof(uint32_t)]; in cau3_get_word_from_unaligned() member 2330 my_bytes.byte[0] = *src; in cau3_get_word_from_unaligned() 2331 my_bytes.byte[1] = *(src + 1); in cau3_get_word_from_unaligned() 2332 my_bytes.byte[2] = *(src + 2); in cau3_get_word_from_unaligned() 2333 my_bytes.byte[3] = *(src + 3); in cau3_get_word_from_unaligned()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ltc/ |
D | fsl_ltc.c | 301 uint8_t byte[sizeof(uint32_t)]; in ltc_get_word_from_unaligned() member 304 my_bytes.byte[0] = *src; in ltc_get_word_from_unaligned() 305 my_bytes.byte[1] = src[1]; in ltc_get_word_from_unaligned() 306 my_bytes.byte[2] = src[2]; in ltc_get_word_from_unaligned() 307 my_bytes.byte[3] = src[3]; in ltc_get_word_from_unaligned()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/gdbio/ldscripts/ |
D | elf32xtensa.xbn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
D | elf32xtensa.xn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/min-rt/ldscripts/ |
D | elf32xtensa.xbn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
D | elf32xtensa.xn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/sim/ldscripts/ |
D | elf32xtensa.xbn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
D | elf32xtensa.xn | 360 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|