Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/include/
Dusb_misc.h122 #define USB_ASSIGN_VALUE_ADDRESS_LONG_BY_BYTE(n, m) \ argument
124 *((uint8_t *)&(n)) = *((uint8_t *)&(m)); \
125 *((uint8_t *)&(n) + 1) = *((uint8_t *)&(m) + 1); \
126 *((uint8_t *)&(n) + 2) = *((uint8_t *)&(m) + 2); \
127 *((uint8_t *)&(n) + 3) = *((uint8_t *)&(m) + 3); \
130 #define USB_ASSIGN_VALUE_ADDRESS_SHORT_BY_BYTE(n, m) \ argument
132 *((uint8_t *)&(n)) = *((uint8_t *)&(m)); \
133 *((uint8_t *)&(n) + 1) = *((uint8_t *)&(m) + 1); \
136 #define USB_ASSIGN_MACRO_VALUE_ADDRESS_LONG_BY_BYTE(n, m) \ argument
138 *((uint8_t *)&(n)) = (uint8_t)m; \
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/
Darm_vec_math_f16.h50 q15x8_t m; in vrecip_medprec_f16() local
57 m = 0x03c00 - (xinv.i & 0x07c00); in vrecip_medprec_f16()
58 xinv.i = xinv.i + m; in vrecip_medprec_f16()
60 xinv.i = xinv.i + m; in vrecip_medprec_f16()
84 q15x8_t m; in vrecip_hiprec_f16() local
91 m = 0x03c00 - (xinv.i & 0x07c00); in vrecip_hiprec_f16()
92 xinv.i = xinv.i + m; in vrecip_hiprec_f16()
94 xinv.i = xinv.i + m; in vrecip_hiprec_f16()
222 int16x8_t m = vcvtq_s16_f16(vmulq_n_f16(x, 1.4426950408f16)); in vexpq_f16() local
223 float16x8_t val = vfmsq_f16(x, vcvtq_f16_s16(m), vdupq_n_f16(0.6931471805f16)); in vexpq_f16()
[all …]
Darm_vec_math.h49 q31x4_t m; in vrecip_medprec_f32() local
55 m = 0x3F800000 - (xinv.i & 0x7F800000); in vrecip_medprec_f32()
56 xinv.i = xinv.i + m; in vrecip_medprec_f32()
58 xinv.i = xinv.i + m; in vrecip_medprec_f32()
82 q31x4_t m; in vrecip_hiprec_f32() local
89 m = 0x3F800000 - (xinv.i & 0x7F800000); in vrecip_hiprec_f32()
90 xinv.i = xinv.i + m; in vrecip_hiprec_f32()
92 xinv.i = xinv.i + m; in vrecip_hiprec_f32()
224 int32x4_t m = vcvtq_s32_f32(vmulq_n_f32(x, 1.4426950408f)); in vexpq_f32() local
225 f32x4_t val = vfmsq_f32(x, vcvtq_f32_s32(m), vdupq_n_f32(0.6931471805f)); in vexpq_f32()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c729 int _mutex_initialize(mutex *m);
730 int _mutex_initialize(mutex *m) { in _mutex_initialize() argument
733 *m = osMutexNew(NULL); in _mutex_initialize()
734 if (*m != NULL) { in _mutex_initialize()
738 (void)osRtxKernelErrorNotify(osRtxErrorClibMutex, m); in _mutex_initialize()
745 void _mutex_acquire(mutex *m);
746 void _mutex_acquire(mutex *m) { in _mutex_acquire() argument
748 (void)osMutexAcquire(*m, osWaitForever); in _mutex_acquire()
754 void _mutex_release(mutex *m);
755 void _mutex_release(mutex *m) { in _mutex_release() argument
[all …]
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8ulp/
Dboard.c438 uint32_t i = 0, j = 0, m = 0, n = 0; in BOARD_SetTrdcGlobalConfig() local
526 for (m = 0U; m < n; m++) in BOARD_SetTrdcGlobalConfig()
528 mrcRegionConfig.regionIdx = m; in BOARD_SetTrdcGlobalConfig()
529 … mrcRegionConfig.startAddr = mrc_start_addr[i] + (mrc_end_addr[i] - mrc_start_addr[i]) / n * m; in BOARD_SetTrdcGlobalConfig()
530 …mrcRegionConfig.endAddr = mrc_start_addr[i] + (mrc_end_addr[i] - mrc_start_addr[i]) / n * (m + 1U); in BOARD_SetTrdcGlobalConfig()
553 for (m = 0U; m < 4; m++) in BOARD_SetTrdcGlobalConfig()
555 TRDC_GetMbcHardwareConfig(TRDC, &mbcHwConfig, i, m); in BOARD_SetTrdcGlobalConfig()
560 mbcBlockConfig.slaveMemoryIdx = m; in BOARD_SetTrdcGlobalConfig()
682 for (m = 0U; m < n; m++) in BOARD_SetTrdcGlobalConfig()
684 mrcRegionConfig.regionIdx = m; in BOARD_SetTrdcGlobalConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54606/
Dsystem_LPC54606.c166 uint32_t m, i, x; in pllDecodeM() local
172 m = 0UL; in pllDecodeM()
175 m = 1UL; in pllDecodeM()
178 m = 2UL; in pllDecodeM()
182 m = 0xFFFFFFFFUL; in pllDecodeM()
189 m = i; in pllDecodeM()
191 if (m != 0xFFFFFFFFUL) in pllDecodeM()
198 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018/
Dsystem_LPC54S018.c156 uint32_t m, i, x; in pllDecodeM() local
162 m = 0UL; in pllDecodeM()
165 m = 1UL; in pllDecodeM()
168 m = 2UL; in pllDecodeM()
172 m = 0xFFFFFFFFUL; in pllDecodeM()
179 m = i; in pllDecodeM()
181 if (m != 0xFFFFFFFFUL) in pllDecodeM()
188 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018M/
Dsystem_LPC54S018M.c156 uint32_t m, i, x; in pllDecodeM() local
162 m = 0UL; in pllDecodeM()
165 m = 1UL; in pllDecodeM()
168 m = 2UL; in pllDecodeM()
172 m = 0xFFFFFFFFUL; in pllDecodeM()
179 m = i; in pllDecodeM()
181 if (m != 0xFFFFFFFFUL) in pllDecodeM()
188 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54616/
Dsystem_LPC54616.c164 uint32_t m, i, x; in pllDecodeM() local
170 m = 0UL; in pllDecodeM()
173 m = 1UL; in pllDecodeM()
176 m = 2UL; in pllDecodeM()
180 m = 0xFFFFFFFFUL; in pllDecodeM()
187 m = i; in pllDecodeM()
189 if (m != 0xFFFFFFFFUL) in pllDecodeM()
196 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S016/
Dsystem_LPC54S016.c157 uint32_t m, i, x; in pllDecodeM() local
163 m = 0UL; in pllDecodeM()
166 m = 1UL; in pllDecodeM()
169 m = 2UL; in pllDecodeM()
173 m = 0xFFFFFFFFUL; in pllDecodeM()
180 m = i; in pllDecodeM()
182 if (m != 0xFFFFFFFFUL) in pllDecodeM()
189 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54628/
Dsystem_LPC54628.c160 uint32_t m, i, x; in pllDecodeM() local
166 m = 0UL; in pllDecodeM()
169 m = 1UL; in pllDecodeM()
172 m = 2UL; in pllDecodeM()
176 m = 0xFFFFFFFFUL; in pllDecodeM()
183 m = i; in pllDecodeM()
185 if (m != 0xFFFFFFFFUL) in pllDecodeM()
192 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54016/
Dsystem_LPC54016.c164 uint32_t m, i, x; in pllDecodeM() local
170 m = 0UL; in pllDecodeM()
173 m = 1UL; in pllDecodeM()
176 m = 2UL; in pllDecodeM()
180 m = 0xFFFFFFFFUL; in pllDecodeM()
187 m = i; in pllDecodeM()
189 if (m != 0xFFFFFFFFUL) in pllDecodeM()
196 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018/
Dsystem_LPC54018.c163 uint32_t m, i, x; in pllDecodeM() local
169 m = 0UL; in pllDecodeM()
172 m = 1UL; in pllDecodeM()
175 m = 2UL; in pllDecodeM()
179 m = 0xFFFFFFFFUL; in pllDecodeM()
186 m = i; in pllDecodeM()
188 if (m != 0xFFFFFFFFUL) in pllDecodeM()
195 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S005/
Dsystem_LPC54S005.c156 uint32_t m, i, x; in pllDecodeM() local
162 m = 0UL; in pllDecodeM()
165 m = 1UL; in pllDecodeM()
168 m = 2UL; in pllDecodeM()
172 m = 0xFFFFFFFFUL; in pllDecodeM()
179 m = i; in pllDecodeM()
181 if (m != 0xFFFFFFFFUL) in pllDecodeM()
188 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54618/
Dsystem_LPC54618.c162 uint32_t m, i, x; in pllDecodeM() local
168 m = 0UL; in pllDecodeM()
171 m = 1UL; in pllDecodeM()
174 m = 2UL; in pllDecodeM()
178 m = 0xFFFFFFFFUL; in pllDecodeM()
185 m = i; in pllDecodeM()
187 if (m != 0xFFFFFFFFUL) in pllDecodeM()
194 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54607/
Dsystem_LPC54607.c163 uint32_t m, i, x; in pllDecodeM() local
169 m = 0UL; in pllDecodeM()
172 m = 1UL; in pllDecodeM()
175 m = 2UL; in pllDecodeM()
179 m = 0xFFFFFFFFUL; in pllDecodeM()
186 m = i; in pllDecodeM()
188 if (m != 0xFFFFFFFFUL) in pllDecodeM()
195 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018M/
Dsystem_LPC54018M.c163 uint32_t m, i, x; in pllDecodeM() local
169 m = 0UL; in pllDecodeM()
172 m = 1UL; in pllDecodeM()
175 m = 2UL; in pllDecodeM()
179 m = 0xFFFFFFFFUL; in pllDecodeM()
186 m = i; in pllDecodeM()
188 if (m != 0xFFFFFFFFUL) in pllDecodeM()
195 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54005/
Dsystem_LPC54005.c163 uint32_t m, i, x; in pllDecodeM() local
169 m = 0UL; in pllDecodeM()
172 m = 1UL; in pllDecodeM()
175 m = 2UL; in pllDecodeM()
179 m = 0xFFFFFFFFUL; in pllDecodeM()
186 m = i; in pllDecodeM()
188 if (m != 0xFFFFFFFFUL) in pllDecodeM()
195 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/
Dsystem_LPC51U68.c154 uint32_t m, i, x; in pllDecodeM() local
160 m = 0UL; in pllDecodeM()
163 m = 1UL; in pllDecodeM()
166 m = 2UL; in pllDecodeM()
170 m = 0xFFFFFFFFUL; in pllDecodeM()
177 m = i; in pllDecodeM()
179 if (m != 0xFFFFFFFFUL) in pllDecodeM()
186 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54608/
Dsystem_LPC54608.c162 uint32_t m, i, x; in pllDecodeM() local
168 m = 0UL; in pllDecodeM()
171 m = 1UL; in pllDecodeM()
174 m = 2UL; in pllDecodeM()
178 m = 0xFFFFFFFFUL; in pllDecodeM()
185 m = i; in pllDecodeM()
187 if (m != 0xFFFFFFFFUL) in pllDecodeM()
194 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54605/
Dsystem_LPC54605.c166 uint32_t m, i, x; in pllDecodeM() local
172 m = 0UL; in pllDecodeM()
175 m = 1UL; in pllDecodeM()
178 m = 2UL; in pllDecodeM()
182 m = 0xFFFFFFFFUL; in pllDecodeM()
189 m = i; in pllDecodeM()
191 if (m != 0xFFFFFFFFUL) in pllDecodeM()
198 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/
Dsystem_LPC54113.c149 uint32_t m, i, x; in pllDecodeM() local
155 m = 0U; in pllDecodeM()
158 m = 1U; in pllDecodeM()
161 m = 2U; in pllDecodeM()
165 m = 0xFFFFFFFFU; in pllDecodeM()
172 m = i; in pllDecodeM()
177 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/
Dsystem_LPC54114_cm0plus.c149 uint32_t m, i, x; in pllDecodeM() local
155 m = 0U; in pllDecodeM()
158 m = 1U; in pllDecodeM()
161 m = 2U; in pllDecodeM()
165 m = 0xFFFFFFFFU; in pllDecodeM()
172 m = i; in pllDecodeM()
177 return m; in pllDecodeM()
Dsystem_LPC54114_cm4.c149 uint32_t m, i, x; in pllDecodeM() local
155 m = 0U; in pllDecodeM()
158 m = 1U; in pllDecodeM()
161 m = 2U; in pllDecodeM()
165 m = 0xFFFFFFFFU; in pllDecodeM()
172 m = i; in pllDecodeM()
177 return m; in pllDecodeM()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_convolve_HWC_q15_basic.c169 int i, j, k, l, m, n; in arm_convolve_HWC_q15_basic() local
180 for (m = 0; m < dim_kernel; m++) in arm_convolve_HWC_q15_basic()
184 in_row = stride * j + m - padding; in arm_convolve_HWC_q15_basic()
191 … wt[i * ch_im_in * dim_kernel * dim_kernel + (m * dim_kernel + n) * ch_im_in + l]; in arm_convolve_HWC_q15_basic()

12345678910>>...12