Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 138) sorted by relevance

123456

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_decimate_f32.c142 uint32_t i, tapCnt, blkCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_f32()
165 i = (4 * S->M) >> 2; in arm_fir_decimate_f32()
187 px1 = pState + S->M; in arm_fir_decimate_f32()
188 px2 = pState + 2 * S->M; in arm_fir_decimate_f32()
189 px3 = pState + 3 * S->M; in arm_fir_decimate_f32()
272 pState = pState + 4 * S->M; in arm_fir_decimate_f32()
290 i = S->M; in arm_fir_decimate_f32()
342 pState = pState + S->M; in arm_fir_decimate_f32()
391 uint32_t i, tapCnt, blkCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_f32()
414 i = 4 * S->M; in arm_fir_decimate_f32()
[all …]
Darm_fir_decimate_q15.c75 uint32_t i, tapCnt, blkCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_q15()
105 i = (4 * S->M) >> 3; in arm_fir_decimate_q15()
113 i = (4 * S->M) & 7; in arm_fir_decimate_q15()
120 pSrc += (4 * S->M); in arm_fir_decimate_q15()
121 pStateCurnt += (4 * S->M); in arm_fir_decimate_q15()
134 px1 = pState + S->M; in arm_fir_decimate_q15()
135 px2 = pState + 2 * S->M; in arm_fir_decimate_q15()
136 px3 = pState + 3 * S->M; in arm_fir_decimate_q15()
223 pState = pState + 4 * S->M; in arm_fir_decimate_q15()
235 i = S->M; in arm_fir_decimate_q15()
[all …]
Darm_fir_decimate_q31.c74 uint32_t i, tapCnt, blkCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_q31()
97 i = (4 * S->M) >> 2; in arm_fir_decimate_q31()
118 px1 = pState + S->M; in arm_fir_decimate_q31()
119 px2 = pState + 2 * S->M; in arm_fir_decimate_q31()
120 px3 = pState + 3 * S->M; in arm_fir_decimate_q31()
209 pState = pState + 4 * S->M; in arm_fir_decimate_q31()
221 i = S->M; in arm_fir_decimate_q31()
273 pState = pState + S->M; in arm_fir_decimate_q31()
320 uint32_t i, tapCnt, blkCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_q31()
341 i = S->M * 4; in arm_fir_decimate_q31()
[all …]
Darm_fir_decimate_fast_q15.c79 uint32_t i, blkCnt, tapCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_fast_q15()
96 i = S->M * 2; in arm_fir_decimate_fast_q15()
110 px1 = pState + S->M; in arm_fir_decimate_fast_q15()
177 pState = pState + S->M * 2; in arm_fir_decimate_fast_q15()
191 i = S->M; in arm_fir_decimate_fast_q15()
264 pState = pState + S->M; in arm_fir_decimate_fast_q15()
325 uint32_t i, blkCnt, tapCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_fast_q15()
339 i = S->M * 2; in arm_fir_decimate_fast_q15()
353 px1 = pState + S->M; in arm_fir_decimate_fast_q15()
442 pState = pState + S->M * 2; in arm_fir_decimate_fast_q15()
[all …]
Darm_fir_decimate_fast_q31.c76 uint32_t i, tapCnt, blkCnt, outBlockSize = blockSize / S->M; /* Loop counters */ in arm_fir_decimate_fast_q31()
97 i = S->M * 4; in arm_fir_decimate_fast_q31()
113 px1 = pState + S->M; in arm_fir_decimate_fast_q31()
114 px2 = pState + 2 * S->M; in arm_fir_decimate_fast_q31()
115 px3 = pState + 3 * S->M; in arm_fir_decimate_fast_q31()
218 pState = pState + S->M * 4; in arm_fir_decimate_fast_q31()
243 i = S->M; in arm_fir_decimate_fast_q31()
334 pState = pState + S->M; in arm_fir_decimate_fast_q31()
Darm_fir_decimate_init_q15.c67 uint8_t M, in arm_fir_decimate_init_q15() argument
75 if ((blockSize % M) != 0U) in arm_fir_decimate_init_q15()
95 S->M = M; in arm_fir_decimate_init_q15()
Darm_fir_decimate_init_q31.c66 uint8_t M, in arm_fir_decimate_init_q31() argument
74 if ((blockSize % M) != 0U) in arm_fir_decimate_init_q31()
94 S->M = M; in arm_fir_decimate_init_q31()
Darm_fir_decimate_init_f32.c66 uint8_t M, in arm_fir_decimate_init_f32() argument
74 if ((blockSize % M) != 0U) in arm_fir_decimate_init_f32()
94 S->M = M; in arm_fir_decimate_init_f32()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/drivers/
Dfsl_clock.c94 static uint32_t pllEncodeM(uint32_t M);
98 static void pllFindSel(uint32_t M, bool bypassFBDIV2, uint32_t *pSelP, uint32_t *pSelI, uint32_t *p…
857 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
862 switch (M) in pllEncodeM()
878 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
928 static void pllFindSel(uint32_t M, bool bypassFBDIV2, uint32_t *pSelP, uint32_t *pSelI, uint32_t *p… in pllFindSel() argument
931 if (M < 60U) in pllFindSel()
933 *pSelP = (M >> 1U) + 1U; in pllFindSel()
941 if (M > 16384U) in pllFindSel()
945 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/drivers/
Dfsl_clock.c94 static uint32_t pllEncodeM(uint32_t M);
98 static void pllFindSel(uint32_t M, bool bypassFBDIV2, uint32_t *pSelP, uint32_t *pSelI, uint32_t *p…
857 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
862 switch (M) in pllEncodeM()
878 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
928 static void pllFindSel(uint32_t M, bool bypassFBDIV2, uint32_t *pSelP, uint32_t *pSelI, uint32_t *p… in pllFindSel() argument
931 if (M < 60U) in pllFindSel()
933 *pSelP = (M >> 1U) + 1U; in pllFindSel()
941 if (M > 16384U) in pllFindSel()
945 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/drivers/
Dfsl_clock.c93 static uint32_t pllEncodeM(uint32_t M);
97 static void pllFindSel(uint32_t M, bool bypassFBDIV2, uint32_t *pSelP, uint32_t *pSelI, uint32_t *p…
759 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
764 switch (M) in pllEncodeM()
780 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
830 static void pllFindSel(uint32_t M, bool bypassFBDIV2, uint32_t *pSelP, uint32_t *pSelI, uint32_t *p… in pllFindSel() argument
833 if (M < 60U) in pllFindSel()
835 *pSelP = (M >> 1U) + 1U; in pllFindSel()
843 if (M > 16384U) in pllFindSel()
847 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC824/
Dall_lib_device.cmake155 # # description: CMSIS-CORE for Cortex-M, ARMv8-M, ARMv8.1-M
203 # # description: CMSIS-RTOS API for Cortex-M, SC000, and SC300
206 # # description: CMSIS-RTOS2 RTX5 for Cortex-M, SC000, C300 and Armv8-M (Library)
209 # # description: CMSIS-RTOS2 RTX5 for Armv8-M Non-Secure Domain (Library)
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC845/
Dall_lib_device.cmake177 # # description: CMSIS-CORE for Cortex-M, ARMv8-M, ARMv8.1-M
225 # # description: CMSIS-RTOS API for Cortex-M, SC000, and SC300
228 # # description: CMSIS-RTOS2 RTX5 for Cortex-M, SC000, C300 and Armv8-M (Library)
231 # # description: CMSIS-RTOS2 RTX5 for Armv8-M Non-Secure Domain (Library)
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC804/
Dall_lib_device.cmake155 # # description: CMSIS-CORE for Cortex-M, ARMv8-M, ARMv8.1-M
203 # # description: CMSIS-RTOS API for Cortex-M, SC000, and SC300
206 # # description: CMSIS-RTOS2 RTX5 for Cortex-M, SC000, C300 and Armv8-M (Library)
209 # # description: CMSIS-RTOS2 RTX5 for Armv8-M Non-Secure Domain (Library)
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC802/
Dall_lib_device.cmake158 # # description: CMSIS-CORE for Cortex-M, ARMv8-M, ARMv8.1-M
206 # # description: CMSIS-RTOS API for Cortex-M, SC000, and SC300
209 # # description: CMSIS-RTOS2 RTX5 for Cortex-M, SC000, C300 and Armv8-M (Library)
212 # # description: CMSIS-RTOS2 RTX5 for Armv8-M Non-Secure Domain (Library)
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/
Dall_lib_device.cmake185 # # description: CMSIS-CORE for Cortex-M, ARMv8-M, ARMv8.1-M
233 # # description: CMSIS-RTOS API for Cortex-M, SC000, and SC300
236 # # description: CMSIS-RTOS2 RTX5 for Cortex-M, SC000, C300 and Armv8-M (Library)
239 # # description: CMSIS-RTOS2 RTX5 for Armv8-M Non-Secure Domain (Library)
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC865/
Dall_lib_device.cmake185 # # description: CMSIS-CORE for Cortex-M, ARMv8-M, ARMv8.1-M
233 # # description: CMSIS-RTOS API for Cortex-M, SC000, and SC300
236 # # description: CMSIS-RTOS2 RTX5 for Cortex-M, SC000, C300 and Armv8-M (Library)
239 # # description: CMSIS-RTOS2 RTX5 for Armv8-M Non-Secure Domain (Library)
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54606/drivers/
Dfsl_clock.c113 static uint32_t pllEncodeM(uint32_t M);
117 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR);
1231 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
1236 switch (M) in pllEncodeM()
1252 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
1302 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR) in pllFindSel() argument
1305 if (M < 60U) in pllFindSel()
1307 *pSelP = (M >> 1U) + 1U; in pllFindSel()
1315 if (M > 16384U) in pllFindSel()
1319 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018M/drivers/
Dfsl_clock.c117 static uint32_t pllEncodeM(uint32_t M);
121 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR);
1222 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
1227 switch (M) in pllEncodeM()
1243 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
1293 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR) in pllFindSel() argument
1296 if (M < 60U) in pllFindSel()
1298 *pSelP = (M >> 1U) + 1U; in pllFindSel()
1306 if (M > 16384U) in pllFindSel()
1310 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018/drivers/
Dfsl_clock.c117 static uint32_t pllEncodeM(uint32_t M);
121 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR);
1222 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
1227 switch (M) in pllEncodeM()
1243 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
1293 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR) in pllFindSel() argument
1296 if (M < 60U) in pllFindSel()
1298 *pSelP = (M >> 1U) + 1U; in pllFindSel()
1306 if (M > 16384U) in pllFindSel()
1310 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S016/drivers/
Dfsl_clock.c117 static uint32_t pllEncodeM(uint32_t M);
121 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR);
1219 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
1224 switch (M) in pllEncodeM()
1240 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
1290 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR) in pllFindSel() argument
1293 if (M < 60U) in pllFindSel()
1295 *pSelP = (M >> 1U) + 1U; in pllFindSel()
1303 if (M > 16384U) in pllFindSel()
1307 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S005/drivers/
Dfsl_clock.c117 static uint32_t pllEncodeM(uint32_t M);
121 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR);
1218 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
1223 switch (M) in pllEncodeM()
1239 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
1289 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR) in pllFindSel() argument
1292 if (M < 60U) in pllFindSel()
1294 *pSelP = (M >> 1U) + 1U; in pllFindSel()
1302 if (M > 16384U) in pllFindSel()
1306 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54616/drivers/
Dfsl_clock.c113 static uint32_t pllEncodeM(uint32_t M);
117 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR);
1221 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
1226 switch (M) in pllEncodeM()
1242 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
1292 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR) in pllFindSel() argument
1295 if (M < 60U) in pllFindSel()
1297 *pSelP = (M >> 1U) + 1U; in pllFindSel()
1305 if (M > 16384U) in pllFindSel()
1309 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018/drivers/
Dfsl_clock.c117 static uint32_t pllEncodeM(uint32_t M);
121 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR);
1222 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
1227 switch (M) in pllEncodeM()
1243 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
1293 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR) in pllFindSel() argument
1296 if (M < 60U) in pllFindSel()
1298 *pSelP = (M >> 1U) + 1U; in pllFindSel()
1306 if (M > 16384U) in pllFindSel()
1310 else if (M > 8192U) in pllFindSel()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54628/drivers/
Dfsl_clock.c113 static uint32_t pllEncodeM(uint32_t M);
117 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR);
1230 static uint32_t pllEncodeM(uint32_t M) in pllEncodeM() argument
1235 switch (M) in pllEncodeM()
1251 for (i = M; i <= MVALMAX; i++) in pllEncodeM()
1304 static void pllFindSel(uint32_t M, uint32_t *pSelP, uint32_t *pSelI, uint32_t *pSelR) in pllFindSel() argument
1307 if (M < 60U) in pllFindSel()
1309 *pSelP = (M >> 1U) + 1U; in pllFindSel()
1317 if (M > 16384U) in pllFindSel()
1321 else if (M > 8192U) in pllFindSel()
[all …]

123456