| /hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/ |
| D | SEGGER_RTT.c | 558 unsigned r; in _GetAvailWriteSpace() local 567 r = pRing->SizeOfBuffer - 1u - WrOff + RdOff; in _GetAvailWriteSpace() 571 r = RdOff - WrOff - 1u; in _GetAvailWriteSpace() 573 return r; in _GetAvailWriteSpace() 1577 int r; in SEGGER_RTT_GetKey() local 1579 r = (int)SEGGER_RTT_Read(0u, &c, 1u); in SEGGER_RTT_GetKey() 1580 if (r == 1) in SEGGER_RTT_GetKey() 1582 r = (int)(unsigned char)c; in SEGGER_RTT_GetKey() 1586 r = -1; in SEGGER_RTT_GetKey() 1588 return r; in SEGGER_RTT_GetKey() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
| D | none.h | 249 q31_t r, s, t, u; in __QADD8() local 251 r = __SSAT(((((q31_t)x << 24) >> 24) + (((q31_t)y << 24) >> 24)), 8) & (int32_t)0x000000FF; in __QADD8() 256 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QADD8() 267 q31_t r, s, t, u; in __QSUB8() local 269 r = __SSAT(((((q31_t)x << 24) >> 24) - (((q31_t)y << 24) >> 24)), 8) & (int32_t)0x000000FF; in __QSUB8() 274 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QSUB8() 286 q31_t r = 0, s = 0; in __QADD16() local 288 r = __SSAT(((((q31_t)x << 16) >> 16) + (((q31_t)y << 16) >> 16)), 16) & (int32_t)0x0000FFFF; in __QADD16() 291 return ((uint32_t)((s << 16) | (r ))); in __QADD16() 302 q31_t r, s; in __SHADD16() local [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_levinson_durbin_q31.c | 41 q31_t r = ((q63_t)a * (q63_t)b) >> 15; in mul32x16() local 43 return(r); in mul32x16() 50 q31_t r = ((q63_t)a * b) >> 31; in mul32x32() local 52 return(r); in mul32x32() 61 q31_t r; in divide() local 82 r = mul32x16(d,inverse); in divide() 83 r = TWO_Q30 - (r << shift); in divide() 84 r = mul32x16(r, inverse); in divide() 85 r = mul32x32(r,n) ; in divide() 86 r = r << (shift + 2); in divide() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
| D | arm_mat_ldlt_f32.c | 148 for(int r=k;r<n;r++) in arm_mat_ldlt_f32() local 150 if (pA[r*n+r] > m) in arm_mat_ldlt_f32() 152 m = pA[r*n+r]; in arm_mat_ldlt_f32() 153 j = r; in arm_mat_ldlt_f32() 415 for(int r=k;r<n;r++) in arm_mat_ldlt_f32() local 417 if (pA[r*n+r] > m) in arm_mat_ldlt_f32() 419 m = pA[r*n+r]; in arm_mat_ldlt_f32() 420 j = r; in arm_mat_ldlt_f32()
|
| D | arm_mat_ldlt_f64.c | 124 for(int r=k;r<n;r++) in arm_mat_ldlt_f64() local 126 if (pA[r*n+r] > m) in arm_mat_ldlt_f64() 128 m = pA[r*n+r]; in arm_mat_ldlt_f64() 129 j = r; in arm_mat_ldlt_f64()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/ |
| D | arm_vec_math.h | 147 any32x4_t r; in vmant_exp_f32() local 150 r.f = x; in vmant_exp_f32() 151 n = r.i >> 23; in vmant_exp_f32() 153 r.i = r.i - (n << 23); in vmant_exp_f32() 156 return r.f; in vmant_exp_f32() 239 f32x4_t r = x; in arm_vec_exponent_f32() local 242 r = vmulq(r, x); in arm_vec_exponent_f32() 245 return (r); in arm_vec_exponent_f32() 314 float32x4_t r = x; in arm_vec_exponent_f32() local 318 r = vmulq_f32(r , x); in arm_vec_exponent_f32() [all …]
|
| D | arm_vec_math_f16.h | 147 any16x8_t r; \ 150 r.f = x; \ 151 n = r.i >> 10; \ 153 r.i = r.i - (n << 10);\ 156 vecTmpFlt1 = r.f; 237 float16x8_t r = x; in arm_vec_exponent_f16() local 240 r = vmulq(r, x); in arm_vec_exponent_f16() 243 return (r); in arm_vec_exponent_f16()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1180/jlinkscript/ |
| D | evkmimxrt1180_cm33.jlinkscript | 11 int r; 16 r = JLINK_CORESIGHT_WriteDAP(JLINK_CORESIGHT_AP_REG_ADDR, _ACCESS_AP, Addr); 17 r |= JLINK_CORESIGHT_WriteDAP(JLINK_CORESIGHT_AP_REG_DATA, _ACCESS_AP, Data); 18 return r; 22 U32 r; 27 JLINK_CORESIGHT_ReadDAP(JLINK_CORESIGHT_AP_REG_DATA, _ACCESS_AP, &r); 28 return r; 32 int r; 36 r = JLINK_CORESIGHT_WriteDAP(JLINK_CORESIGHT_AP_REG_ADDR, _ACCESS_AP, Addr); 37 r |= JLINK_CORESIGHT_WriteDAP(JLINK_CORESIGHT_AP_REG_DATA, _ACCESS_AP, Data); [all …]
|
| D | evkmimxrt1180_cm7.jlinkscript | 11 int r; 16 r = JLINK_CORESIGHT_WriteDAP(JLINK_CORESIGHT_AP_REG_ADDR, _ACCESS_AP, Addr); 17 r |= JLINK_CORESIGHT_WriteDAP(JLINK_CORESIGHT_AP_REG_DATA, _ACCESS_AP, Data); 18 return r; 22 U32 r; 27 JLINK_CORESIGHT_ReadDAP(JLINK_CORESIGHT_AP_REG_DATA, _ACCESS_AP, &r); 28 return r; 32 int r; 36 r = JLINK_CORESIGHT_WriteDAP(JLINK_CORESIGHT_AP_REG_ADDR, _ACCESS_AP, Addr); 37 r |= JLINK_CORESIGHT_WriteDAP(JLINK_CORESIGHT_AP_REG_DATA, _ACCESS_AP, Data); [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/ |
| D | cmsis_armclang.h | 807 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument 808 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument 809 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument 811 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument 812 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument 813 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
|
| D | arm_math.h | 871 q31_t r, s, t, u; in __QADD8() local 873 r = __SSAT(((((q31_t)x << 24) >> 24) + (((q31_t)y << 24) >> 24)), 8) & (int32_t)0x000000FF; in __QADD8() 878 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QADD8() 889 q31_t r, s, t, u; in __QSUB8() local 891 r = __SSAT(((((q31_t)x << 24) >> 24) - (((q31_t)y << 24) >> 24)), 8) & (int32_t)0x000000FF; in __QSUB8() 896 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QSUB8() 908 q31_t r = 0, s = 0; in __QADD16() local 910 r = __SSAT(((((q31_t)x << 16) >> 16) + (((q31_t)y << 16) >> 16)), 16) & (int32_t)0x0000FFFF; in __QADD16() 913 return ((uint32_t)((s << 16) | (r ))); in __QADD16() 924 q31_t r, s; in __SHADD16() local [all …]
|
| /hal_nxp-latest/mcux/scripts/pinctrl/kinetis/ |
| D | kinetis_cfg_utils.py | 56 match = re.match(r'PORT([A-Z])_PCR(\d+)', reg) 58 match = re.match(r'PORT(\d)_PCR(\d+)', reg) 63 if re.match(r'PT[A-Z]\d+', self._name) is None: 66 if re.match(r'PIO\d_\d+', self._name) is None: 69 if re.match(r'P\d_\d+', self._name) is None: 167 if re.search(r'PT([A-Z])(\d+)', pin.attrib['name']): 169 pin_regex = re.search(r'PT([A-Z])(\d+)', pin.attrib['name']) 171 elif re.search(r'PIO(\d)_(\d+)', pin.attrib['name']): 173 pin_regex = re.search(r'PIO(\d)_(\d+)', pin.attrib['name']) 175 elif re.search(r'P(\d)_(\d+)', pin.attrib['name']): [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/ |
| D | cmsis_armclang.h | 165 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument 166 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument 167 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument 169 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument 170 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument 171 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/configs/ |
| D | fwk_lfs_config.h | 80 uint32_t r = 0; in lfs_npw2() 85 r |= s; in lfs_npw2() 88 r |= s; in lfs_npw2() 91 r |= s; in lfs_npw2() 94 r |= s; in lfs_npw2() 95 return (r | (a >> 1)) + 1; in lfs_npw2()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/imx_rt/configs/ |
| D | fwk_lfs_config.h | 79 uint32_t r = 0; in lfs_npw2() 84 r |= s; in lfs_npw2() 87 r |= s; in lfs_npw2() 90 r |= s; in lfs_npw2() 93 r |= s; in lfs_npw2() 94 return (r | (a >> 1)) + 1; in lfs_npw2()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/ |
| D | fwk_platform_mcuboot_ota.ch | 167 PRINTF("write magic number offset = 0x%x\r\n", off); 172 PRINTF("%s: failed to erase trailer2\r\n", __FUNCTION__); 179 PRINTF("%s: failed to write trailer2\r\n", __FUNCTION__); 210 PRINTF("%s: failed to erase trailer2\r\n", __FUNCTION__); 217 PRINTF("%s: failed to write trailer2\r\n", __FUNCTION__); 240 PRINTF("%s: failed to read trailer\r\n", __FUNCTION__); 247 PRINTF("%s: no image awaiting confirmation\r\n", __FUNCTION__); 255 PRINTF("%s: image already confirmed\r\n", __FUNCTION__); 267 PRINTF("%s: failed to erase trailer\r\n", __FUNCTION__); 275 PRINTF("%s: failed to write trailer\r\n", __FUNCTION__); [all …]
|
| /hal_nxp-latest/mcux/scripts/pinctrl/imx/ |
| D | imx_cfg_utils.py | 208 string = re.sub(r'\{' + re.escape(str(i)) + r'\}', 236 match = re.match(r'init_([\w_]+)', cfg_assign_xml.attrib['configuration_step']) 241 … match = re.match(re.escape(periph_name) + r'_(\w+)', cfg_assign_xml.attrib['register']) 243 match = re.match(r'SW_PAD_CTL_PAD_(\w+)', reg_name) 411 match = re.search(r'GPIO(\d+)', peripheral) 420 match = re.match(r'init_([\w_]+)', assignment.attrib['configuration_step']) 422 match = re.match(re.escape(periph_name) + r'_(\w+)', assignment.attrib['register']) 882 self._soc = re.match(r'MIMXR?T?[0-9]+(M\w\d)*', self._soc_sku).group(0) 927 pin_re = re.compile(r'gpio\d+_io(\d+)|\d+_gpiomux_io(\d\d)|_mux\d_io(\d\d)') 979 dts_node = re.sub(r',\n\t\t$', ";\n", dts_node) [all …]
|
| D | imx_fixup_pinmux.py | 38 iomuxc_re = re.compile(r'#define (IOMUXC_[\w_]+)\s+([0x]*[\dA-F]+)[U]*, ([0x]*[\dA-F]+)[U]*,' 39 r' ([0x]*[\dA-F]+)[U]*, ([0x]*[\dA-F]+)[U]*, ([0x]*[\dA-F]+)[U]*\n') 41 pinctrl_line1_re = re.compile(r'\t/omit-if-no-ref/ [\w_]+: ([\w_]+) {\n') 42 pinctrl_line2_re = re.compile(r'\t\tpinmux = <(0x[\da-f]+) ' 43 r'(\d+) (0x[\da-f]+) (\d+) (0x[\da-f]+)>;')
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/ |
| D | arm_sokalsneath_distance.c | 62 float32_t r; in arm_sokalsneath_distance() local 66 r = 2.0*(ctf + cft); in arm_sokalsneath_distance() 68 return(r / (r + ctt)); in arm_sokalsneath_distance()
|
| D | arm_rogerstanimoto_distance.c | 63 uint32_t ctt=0,cff=0,ctf=0,cft=0,r; in arm_rogerstanimoto_distance() local 67 r = 2*(ctf + cft); in arm_rogerstanimoto_distance() 69 return(1.0*r / (r + ctt + cff)); in arm_rogerstanimoto_distance()
|
| D | arm_yule_distance.c | 62 uint32_t ctt=0,cff=0,ctf=0,cft=0,r; in arm_yule_distance() local 66 r = 2*(ctf * cft); in arm_yule_distance() 68 return(1.0*r / (r/2.0 + ctt * cff)); in arm_yule_distance()
|
| D | arm_sokalmichener_distance.c | 63 float32_t r,s; in arm_sokalmichener_distance() local 67 r = 2.0*(ctf + cft); in arm_sokalmichener_distance() 70 return(r / (s+r)); in arm_sokalmichener_distance()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/SupportFunctions/ |
| D | arm_heap_sort_f32.c | 39 uint32_t r = 2*i + 2; // right = 2*i + 2 in arm_heapify() local 45 if (r < n && dir==(pSrc[r] > pSrc[k]) ) in arm_heapify() 46 k = r; in arm_heapify()
|
| D | arm_float_to_q7.c | 154 float32x4_t r; in arm_float_to_q7() local 173 r = vbslq_f32(cmp,pHalf,mHalf); in arm_float_to_q7() 174 inV = vaddq_f32(inV, r); in arm_float_to_q7() 180 r = vbslq_f32(cmp,pHalf,mHalf); in arm_float_to_q7() 181 inV = vaddq_f32(inV, r); in arm_float_to_q7()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/ComplexMathFunctions/ |
| D | arm_cmplx_mult_real_f32.c | 136 float32x4_t r; in arm_cmplx_mult_real_f32() local 145 r = vld1q_f32(pSrcReal); // load & separate real/imag pSrcB in arm_cmplx_mult_real_f32() 151 outCplx.val[0] = vmulq_f32(ab.val[0], r); in arm_cmplx_mult_real_f32() 152 outCplx.val[1] = vmulq_f32(ab.val[1], r); in arm_cmplx_mult_real_f32()
|