Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_core_ca.h207 #define SVC0_0N(f,t) \ argument
208 __SVC_INDIRECT(0) t svc##f (t(*)()); \
210 __STATIC_INLINE t __svc##f (void) { \
211 svc##f(svcRtx##f); \
214 #define SVC0_0(f,t) \ argument
215 __SVC_INDIRECT(0) t svc##f (t(*)()); \
217 __STATIC_INLINE t __svc##f (void) { \
218 return svc##f(svcRtx##f); \
221 #define SVC0_1N(f,t,t1) \ argument
222 __SVC_INDIRECT(0) t svc##f (t(*)(t1),t1); \
[all …]
Drtx_core_cm.h216 #define SVC0_0N(f,t) \ argument
217 SVC_INDIRECT(0) t svc##f (t(*)()); \
219 __STATIC_INLINE t __svc##f (void) { \
220 svc##f(svcRtx##f); \
223 #define SVC0_0(f,t) \ argument
224 SVC_INDIRECT(0) t svc##f (t(*)()); \
226 __STATIC_INLINE t __svc##f (void) { \
227 return svc##f(svcRtx##f); \
230 #define SVC0_1N(f,t,t1) \ argument
231 SVC_INDIRECT(0) t svc##f (t(*)(t1),t1); \
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/
Darm_vec_math_f16.h55 xinv.f = ax; in vrecip_medprec_f16()
59 xinv.f = 1.41176471f16 - 0.47058824f16 * xinv.f; in vrecip_medprec_f16()
62 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()
63 xinv.f = xinv.f * b; in vrecip_medprec_f16()
65 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()
66 xinv.f = xinv.f * b; in vrecip_medprec_f16()
68 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()
69 xinv.f = xinv.f * b; in vrecip_medprec_f16()
71 xinv.f = vdupq_m(xinv.f, F16INFINITY, vcmpeqq(x, 0.0f)); in vrecip_medprec_f16()
75 xinv.f = vnegq_m(xinv.f, xinv.f, vcmpltq(x, 0.0f)); in vrecip_medprec_f16()
[all …]
Darm_vec_math.h54 xinv.f = ax; in vrecip_medprec_f32()
57 xinv.f = 1.41176471f - 0.47058824f * xinv.f; in vrecip_medprec_f32()
60 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()
61 xinv.f = xinv.f * b; in vrecip_medprec_f32()
63 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()
64 xinv.f = xinv.f * b; in vrecip_medprec_f32()
66 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()
67 xinv.f = xinv.f * b; in vrecip_medprec_f32()
69 xinv.f = vdupq_m(xinv.f, INFINITY, vcmpeqq(x, 0.0f)); in vrecip_medprec_f32()
73 xinv.f = vnegq_m(xinv.f, xinv.f, vcmpltq(x, 0.0f)); in vrecip_medprec_f32()
[all …]
Darm_math_types_f16.h88 float16x8_t f; member
129 float16x4_t f; member
Darm_math_types.h395 float32x4_t f; member
509 float32x2_t f; member
/hal_nxp-latest/mcux/scripts/pinctrl/lpc/
Dlpc_cfg_utils.py67 self._name = f"{self._periph}_{self._signal}{self._channel}"
70 self._name += f"_PIO{match.group(2)}_{match.group(3)}"
81 self._name += f"_PIO{match.group(1)}_{match.group(2)}"
133 self._name = f"PIN_{self._name}"
155 return f"{self._periph}_{self._signal}, {self._channel}"
156 return f"{self._periph}_{self._signal}"
414 mux_option = f"{pin.attrib.get('peripheral')}_{pin.attrib.get('signal')}"
516 zephyr_props.append(f"slew-rate = {sanitize(prop_val('slew_rate'))}")
518 zephyr_props.append(f"drive-strength = {sanitize(prop_val('drive'))}")
566 zephyr_props.append(f"slew-rate = {sanitize(prop_val('slew_rate'))}")
[all …]
/hal_nxp-latest/mcux/scripts/pinctrl/imx/
Dimx_cfg_utils.py52 raise RuntimeError(f"Register file {self._register_file} does not exist")
67 raise RuntimeError(f"Register file {self._register_file} is not valid XML")
254 name = f"{periph_name}_{pad_name}_{name_part}"
256 name = f"{periph_name}_{pad_name}_{signal.upper()}_{name_part}"
274 mux_name = f"{peripheral}_{signal}, {channel}"
276 mux_name = f"{peripheral}_{signal}"
424 full_name = f"{periph_name}_{reg_name}"
604 mux_name = f"{pin.attrib.get('peripheral')}_{pin.attrib.get('signal')}"
737 zephyr_props.append(f"slew-rate = {sanitize(prop_val('SRE'))}")
739 zephyr_props.append(f"slew-rate = {sanitize(prop_val('FSEL'))}")
[all …]
Dimx_fixup_pinmux.py32 print(f"Could not open {args.iomuxc_file}")
36 print(f"Could not open {args.pinctrl_file}")
71 f' * NOTE: file fixup performed by {os.path.basename(__file__)}\n'
92 print(f"Bad daisy reg on {name}")
95 print(f"Bad daisy value on {name}")
98 print(f"Bad cfg value on {name}")
102 new_line = (f"\t\tpinmux = <0x{mux_reg:x} {mux} "
103 f"0x{mux_truth[1]:x} {mux_truth[2]} 0x{mux_truth[3]:x}>;\n")
Dimx_gen_gpio.py42 print(f"Error: Path {args.processor_root} provided for processor root is invalid")
51 out_path = f"./{util.get_part_num().lower()}-gpio.dtsi"
53 print(f"Wrote SOC GPIO file to {out_path}")
/hal_nxp-latest/mcux/scripts/pinctrl/kinetis/
Dkinetis_cfg_utils.py64 self._name += f"_PT{match.group(1)}{match.group(2)}"
67 self._name += f"_PIO{match.group(1)}_{match.group(2)}"
70 self._name += f"_P{match.group(1)}_{match.group(2)}"
95 return f"{self._periph}_{self._signal}, {self._channel}"
96 return f"{self._periph}_{self._signal}"
338 mux_option = f"{pin.attrib.get('peripheral')}_{pin.attrib.get('signal')}"
423 zephyr_props.append(f"drive-strength = {sanitize(prop_val('drive_strength'))}")
432 zephyr_props.append(f"slew-rate = {sanitize(prop_val('slew_rate'))}")
525 file.write(f"#define {label} {prefix}('{port}',{pin},{mux}) /* PT{port}_{pin} */\n")
555 f" * NOTE: Autogenerated file by {os.path.basename(__main__.__file__)}\n"
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/log/
Dfsl_component_log.h79 #define LOG_FILE_NAME_RECURSIVE(f, s, n) \ argument
80f(s, n) : f(s, n + 1) : f(s, n + 2) : f(s, n + 3) : f(s, n + 4) : f(s, n + 5) : f(s, n + 6) : f(s,…
81 #define LOG_FILE_NAME_SET(f, f1, s, n) \ argument
82 f(f1, s, n) : \
83 f(f1, s, n + 8) : \
84 f(f1, s, n + 16) : \
85 f(f1, s, n + 24) : f(f1, s, n + 32) : f(f1, s, n + 40) : f(f1, s, n + 48) : f(f1, s, n + 56)
/hal_nxp-latest/mcux/scripts/pinctrl/
Dgen_board_pinctrl.py129 print(f"Error: Data pack does not contain processor data for {processor_name}")
133 print(f"Found data pack version {data_version}, pins version {pins_version} "
134 f"for processor {processor_name}")
140 args.board_output = f"{board_name.lower().replace('-', '_')}-pinctrl.dtsi"
145 nxp_copyright = (f"Copyright {datetime.datetime.today().year}, NXP\n"
146 f" * SPDX-License-Identifier: Apache-2.0")
156 print(f"Error: processor {processor_name} is not currently supported by this tool")
171 print(f"Generating configuration for {board_name}")
173 print(f"Wrote board pinctrl dts file to {args.board_output}")
Dgen_soc_headers.py122 print(f"Found data pack version {data_version}")
140 nxp_copyright = (f"Copyright {datetime.datetime.today().year}, NXP\n"
141 f" * SPDX-License-Identifier: Apache-2.0")
152 print(f"Error: package {package_name} is not currently supported by this tool")
162 out_path = f"{out_dir}/{cfg_util.get_part_num().lower()}-pinctrl.dtsi"
166 out_path = f"{out_dir}/{cfg_util.get_part_num().upper()}-pinctrl.h"
170 out_path = f"{out_dir}/{cfg_util.get_part_num().upper()}-pinctrl.h"
176 print(f"Wrote pinctrl headers to {out_path}")
/hal_nxp-latest/mcux/mcux-sdk/utilities/misc_utilities/
Dfsl_syscall_stub.c61 int __attribute__((weak)) _close(int f);
62 int __attribute__((weak)) _close(int f) in _close() argument
68 int __attribute__((weak)) _lseek(int f, int ptr, int dir);
69 int __attribute__((weak)) _lseek(int f, int ptr, int dir) in _lseek() argument
89 int __attribute__((weak)) _isatty(int f);
90 int __attribute__((weak)) _isatty(int f) in _isatty() argument
124 int __attribute__((weak)) _stat (const char *f, struct stat *st);
125 int __attribute__((weak)) _stat (const char *f, struct stat *st) in _stat() argument
/hal_nxp-latest/mcux/mcux-sdk/cmake/
Dkconfig.cmake159 foreach(f ${merge_config_files})
160 if(IS_ABSOLUTE ${f})
161 set(path ${f})
163 set(path ${APPLICATION_SOURCE_DIR}/${f})
169 foreach(f ${merge_config_files_with_absolute_paths})
170 if(NOT EXISTS ${f} OR IS_DIRECTORY ${f})
171 message(FATAL_ERROR "File not found: ${f}")
178 foreach(f ${merge_config_files_with_absolute_paths})
179 file(MD5 ${f} checksum)
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfig.py114 err(f"""\
139 msg = f"{sym.name_and_loc} was assigned the value '{user_value}' " \
140 f"but got the value '{sym.str_value}'. "
152 estr = f"({estr})"
153 expr_strs.append(f"{estr} (={TRI_TO_STR[expr_value(expr)]})")
203 warn(f"""\
Dmisc.py11 with open(filename, mode, encoding='utf-8') as f:
12 f.write(content)
21 with open(filename, "r", encoding='utf-8') as f:
22 content = f.read()
/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/
Dmmcau_sha256_functions.s220 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
233 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
245 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
257 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
269 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
281 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
293 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
305 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
317 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
329 str r3, [r5] @ +h, +SIGMA1(e), +Ch(e,f,g)
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/mcuxpresso/
Dstartup_lpc51u68.c35 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
Dstartup_lpc51u68.cpp35 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/mcuxpresso/
Dstartup_mke02z4.cpp35 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
Dstartup_mke02z4.c35 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC822/mcuxpresso/
Dstartup_lpc822.cpp35 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/hal_nxp-latest/mcux/mcux-sdk/devices/MKM34Z7/mcuxpresso/
Dstartup_mkm34z7.cpp35 #define ALIAS(f) __attribute__((weak, alias(#f))) argument

12345678910>>...15