Searched refs:curOffset (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/ |
| D | fsl_powerquad_cmsis.c | 871 uint32_t curOffset; in arm_fir_f32() local 874 curOffset = *(uint32_t *)(void *)(S->pState); in arm_fir_f32() 876 if (curOffset == 0U) in arm_fir_f32() 882 … _arm_fir_increment(pSrc, blockSize, &S->pState[1], S->numTaps, pDst, curOffset, sizeof(*pSrc)); in arm_fir_f32() 885 *(uint32_t *)(void *)(S->pState) = curOffset + blockSize; in arm_fir_f32() 896 uint32_t curOffset; in arm_fir_q31() local 899 curOffset = *(uint32_t *)(void *)(S->pState); in arm_fir_q31() 901 if (curOffset == 0U) in arm_fir_q31() 907 … _arm_fir_increment(pSrc, blockSize, &S->pState[1], S->numTaps, pDst, curOffset, sizeof(*pSrc)); in arm_fir_q31() 910 *(uint32_t *)(void *)(S->pState) = curOffset + blockSize; in arm_fir_q31() [all …]
|