Searched refs:tempBuffer (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/prince/ |
| D | fsl_prince.c | 184 uint8_t tempBuffer[FLASH_FFR_MAX_PAGE_SIZE] = {0}; in PRINCE_GenNewIV() local 201 … FFR_GetCustomerInfieldData(flash_context, (uint8_t *)tempBuffer, 0, FLASH_FFR_MAX_PAGE_SIZE)) in PRINCE_GenNewIV() 204 (void)memcpy(&tempBuffer[offsetof(cfpa_cfg_info_t, ivCodePrinceRegion) + in PRINCE_GenNewIV() 208 uint32_t *p32 = (uint32_t *)(uint32_t)tempBuffer; in PRINCE_GenNewIV() 219 FFR_InfieldPageWrite(flash_context, (uint8_t *)tempBuffer, FLASH_FFR_MAX_PAGE_SIZE)) in PRINCE_GenNewIV() 313 uint8_t tempBuffer[FLASH_FFR_MAX_PAGE_SIZE] = {0}; in PRINCE_SetEncryptForAddressRange() local 416 …if (kStatus_Success == FFR_GetCustomerData(flash_context, (uint8_t *)&tempBuffer, 0, FLASH_FFR_MAX… in PRINCE_SetEncryptForAddressRange() 419 (void)memcpy((uint32_t *)(uintptr_t)&tempBuffer[offsetof(cmpa_cfg_info_t, princeSr) + in PRINCE_SetEncryptForAddressRange() 424 … (const uint32_t *)(uintptr_t)&tempBuffer[offsetof(cmpa_cfg_info_t, princeBaseAddr)], in PRINCE_SetEncryptForAddressRange() 431 (void)memcpy((uint32_t *)(uintptr_t)&tempBuffer[offsetof(cmpa_cfg_info_t, princeBaseAddr)], in PRINCE_SetEncryptForAddressRange() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| D | wls_subspace_processing.c | 89 …float *tempBuffer = (float*)scratchMemory + 2 * (FFT_INPUT_SIZE_MAX << FFT_TD_OSF_SHIFT) + 2 * SUB… in calcCorMatrix() local 143 tempBuffer[storeIdx++] = corrI; in calcCorMatrix() 149 sumI -= tempBuffer[loadIdx++]; in calcCorMatrix() 154 tempBuffer[storeIdx++] = corrI; in calcCorMatrix() 181 tempBuffer[storeIdx++] = corrI; in calcCorMatrix() 182 tempBuffer[storeIdx++] = corrQ; in calcCorMatrix() 189 sumI -= tempBuffer[loadIdx++]; in calcCorMatrix() 190 sumQ -= tempBuffer[loadIdx++]; in calcCorMatrix() 204 tempBuffer[storeIdx++] = corrI; in calcCorMatrix() 205 tempBuffer[storeIdx++] = corrQ; in calcCorMatrix()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/ |
| D | arm_spline_interp_init_f32.c | 72 float32_t * tempBuffer) in arm_spline_init_f32() argument 84 float32_t * u = tempBuffer; /* (n-1)-long scratch buffer for u elements */ in arm_spline_init_f32() 85 float32_t * z = tempBuffer+(n-1); /* n-long scratch buffer for z elements */ in arm_spline_init_f32()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
| D | interpolation_functions.h | 166 float32_t * tempBuffer);
|