Home
last modified time | relevance | path

Searched refs:tempBuffer (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/prince/
Dfsl_prince.c184 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-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c72 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-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dinterpolation_functions.h166 float32_t * tempBuffer);