| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/include/ |
| D | usb_misc.h | 122 #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/ |
| D | arm_vec_math_f16.h | 50 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 …]
|
| D | arm_vec_math.h | 49 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/ |
| D | rtx_lib.c | 729 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/ |
| D | board.c | 438 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/ |
| D | system_LPC54606.c | 166 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/ |
| D | system_LPC54S018.c | 156 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/ |
| D | system_LPC54S018M.c | 156 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/ |
| D | system_LPC54616.c | 164 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/ |
| D | system_LPC54S016.c | 157 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/ |
| D | system_LPC54628.c | 160 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/ |
| D | system_LPC54016.c | 164 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/ |
| D | system_LPC54018.c | 163 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/ |
| D | system_LPC54S005.c | 156 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/ |
| D | system_LPC54618.c | 162 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/ |
| D | system_LPC54607.c | 163 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/ |
| D | system_LPC54018M.c | 163 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/ |
| D | system_LPC54005.c | 163 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/ |
| D | system_LPC51U68.c | 154 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/ |
| D | system_LPC54608.c | 162 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/ |
| D | system_LPC54605.c | 166 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/ |
| D | system_LPC54113.c | 149 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/ |
| D | system_LPC54114_cm0plus.c | 149 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()
|
| D | system_LPC54114_cm4.c | 149 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/ |
| D | arm_convolve_HWC_q15_basic.c | 169 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()
|