/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/BasicMathFunctions/ |
D | arm_clip_f32.c | 66 float32_t high, in arm_clip_f32() argument 74 vecHigh = vdupq_n_f32(high); in arm_clip_f32() 126 float32_t high, in arm_clip_f32() argument 131 if (pSrc[i] > high) in arm_clip_f32() 132 pDst[i] = high; in arm_clip_f32()
|
D | arm_clip_q15.c | 56 q15_t high, in arm_clip_q15() argument 64 vecHigh = vdupq_n_s16(high); in arm_clip_q15() 116 q15_t high, in arm_clip_q15() argument 121 if (pSrc[i] > high) in arm_clip_q15() 122 pDst[i] = high; in arm_clip_q15()
|
D | arm_clip_q31.c | 56 q31_t high, in arm_clip_q31() argument 64 vecHigh = vdupq_n_s32(high); in arm_clip_q31() 116 q31_t high, in arm_clip_q31() argument 121 if (pSrc[i] > high) in arm_clip_q31() 122 pDst[i] = high; in arm_clip_q31()
|
D | arm_clip_q7.c | 56 q7_t high, in arm_clip_q7() argument 64 vecHigh = vdupq_n_s8(high); in arm_clip_q7() 116 q7_t high, in arm_clip_q7() argument 121 if (pSrc[i] > high) in arm_clip_q7() 122 pDst[i] = high; in arm_clip_q7()
|
D | arm_clip_f16.c | 58 float16_t high, in arm_clip_f16() argument 66 vecHigh = vdupq_n_f16(high); in arm_clip_f16() 121 float16_t high, in arm_clip_f16() argument 126 if (pSrc[i] > high) in arm_clip_f16() 127 pDst[i] = high; in arm_clip_f16()
|
/hal_nxp-3.6.0/s32/drivers/s32k3/BaseNXP/src/ |
D | OsIf_Timer_System_Internal_Systick.c | 100 #define SYSTICK_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument 101 #define SYSTICK_DELTA_INNER(high, low) ((high) - (low)) argument
|
/hal_nxp-3.6.0/s32/drivers/s32k1/BaseNXP/src/ |
D | OsIf_Timer_System_Internal_Systick.c | 106 #define SYSTICK_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument 107 #define SYSTICK_DELTA_INNER(high, low) ((high) - (low)) argument
|
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/src/ |
D | OsIf_Timer_System_Internal_Systick.c | 106 #define SYSTICK_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument 107 #define SYSTICK_DELTA_INNER(high, low) ((high) - (low)) argument
|
D | OsIf_Timer_System_Internal_GenericTimer.c | 120 #define GENERICTIMER_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument 121 #define GENERICTIMER_DELTA_INNER(high, low) ((high) - (low)) argument
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
D | basic_math_functions.h | 708 float32_t high, 724 q31_t high, 740 q15_t high, 756 q7_t high,
|
D | basic_math_functions_f16.h | 159 float16_t high,
|
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/ |
D | kconfiglib.py | 3498 for low, high, cond in sym.ranges: 3500 depend_on(sym, high) 3668 cur.ranges = [(low, high, self._make_and(cond, dep)) 3669 for low, high, cond in cur.ranges] 3805 for low, high, _ in sym.ranges: 3807 not num_ok(high, sym.orig_type): 3814 high.name_and_loc)) 4330 high = int(high_expr.str_value, base) if \ 4343 if has_active_range and not low <= user_val <= high: 4351 num2str(low), num2str(high))) [all …]
|
D | guiconfig.py | 1338 for low, high, cond in sym.ranges: 1340 return "Range: {}-{}".format(low.str_value, high.str_value)
|
D | menuconfig.py | 3113 for low, high, cond in sym.ranges: 3115 return "Range: {}-{}".format(low.str_value, high.str_value)
|
/hal_nxp-3.6.0/mcux/mcux-sdk/ |
D | README.md | 28 * Open-source peripheral drivers that provide stateless, high-performance, easy-to-use APIs 29 * Drivers for communication peripherals also include high-level transactional APIs for high-perform…
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sdhc/ |
D | fsl_sdhc.h | 954 static inline void SDHC_SetCardDetectTestLevel(SDHC_Type *base, bool high) in SDHC_SetCardDetectTestLevel() argument 956 if (high) in SDHC_SetCardDetectTestLevel()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lcdif/ |
D | fsl_lcdif.h | 165 uint32_t high; /*!< High part of the look up table. */ member
|
D | fsl_lcdif.c | 293 base->DISPLAYDITHERTABLEHIGH0 = config->high; in LCDIF_SetDitherConfig()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/NN/Include/ |
D | arm_nnsupportfunctions.h | 69 int32_t high; member 743 mult.word.high = 0; in arm_nn_doubling_high_mult_no_sat()
|
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/device/ |
D | usb_device.h | 69 #error For high speed, USB_CONTROL_MAX_PACKET_SIZE must be 64!!!
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/usdhc/ |
D | fsl_usdhc.h | 1106 static inline void USDHC_AssertHardwareReset(USDHC_Type *base, bool high) in USDHC_AssertHardwareReset() argument 1108 if (high) in USDHC_AssertHardwareReset()
|
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/ |
D | README.md | 21 This subfolder includes the USB PHY driver. The USB PHY driver is only used for USB high speed port…
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/ |
D | mmcau_aes_functions.s | 74 push {r3-r7} @ store high regs 899 pop {r3-r7} @ restore high regs 970 push {r4} @ store high reg 1198 pop {r4} @ restore high reg 1266 push {r4} @ store high reg 1514 pop {r4} @ restore high reg
|
D | mmcau_sha256_functions.s | 142 push {r0-r2, r3-r7} @ store *input, num_blks, *output, high regs 534 pop {r3-r7} @ restore high regs
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/ |
D | README.md | 129 If you use cmake, it is easy since high level options are defined and they will select the right co…
|