Home
last modified time | relevance | path

Searched full:product (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/hal_nxp-latest/mcux/mcux-sdk/drivers/mmau/
Dfsl_mmau.h416 * product.
419 * returning a 64-bit unsigned product.
423 * @note Product is stored in A10 register of the MMAU for next computation.
434 * a 64-bit unsigned product.
437 * 32-bit unsigned value returning a 64-bit unsigned product.
441 * @note Product is stored in A10 register of the MMAU for next computation.
452 * returning saturated 64-bit unsigned product.
455 * 32-bit unsigned value returning saturated 64-bit unsigned product.
459 * @note Saturated product is stored in A10 register of the MMAU for next
471 * the A10 register of the MMAU returning a 64-bit unsigned product.
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/aoi/
Dfsl_aoi.h44 * @brief AOI event indexes, where an event is the collection of the four product
63 aoi_input_config_t PT0AC; /*!< Product term 0 input A */
64 aoi_input_config_t PT0BC; /*!< Product term 0 input B */
65 aoi_input_config_t PT0CC; /*!< Product term 0 input C */
66 aoi_input_config_t PT0DC; /*!< Product term 0 input D */
67 aoi_input_config_t PT1AC; /*!< Product term 1 input A */
68 aoi_input_config_t PT1BC; /*!< Product term 1 input B */
69 aoi_input_config_t PT1CC; /*!< Product term 1 input C */
70 aoi_input_config_t PT1DC; /*!< Product term 1 input D */
71 aoi_input_config_t PT2AC; /*!< Product term 2 input A */
[all …]
Dfsl_aoi.c175 * of all product terms (0, 1, 2, and 3) of a desired event.
215 /* Calculate value to configure product term 0, 1 */ in AOI_SetEventLogicConfig()
223 /* Reset and calculate value to configure product term 2, 3 */ in AOI_SetEventLogicConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/evtg/
Dfsl_evtg.h53 /*! @brief EVTG AOI product term index. */
56 kEVTG_ProductTerm0 = 0x0U, /*!< EVTG AOI product term index 0. */
57 kEVTG_ProductTerm1, /*!< EVTG AOI product term index 1. */
58 kEVTG_ProductTerm2, /*!< EVTG AOI product term index 2. */
59 kEVTG_ProductTerm3, /*!< EVTG AOI product term index 3. */
65 kEVTG_InputLogicZero = 0x0U, /*!< Force input in product term to a logical zero. */
66 kEVTG_InputDirectPass, /*!< Pass input in product term. */
67 kEVTG_InputComplement, /*!< Complement input in product term. */
68 kEVTG_InputLogicOne, /*!< Force input in product term to a logical one. */
138 /*! @brief The structure for configuring an AOI product term. */
[all …]
Dfsl_evtg.c106 * brief Configure AOI product term by initializing the product term
112 * param productTerm EVTG AOI product term index.
113 * param psProductTermConfig Pointer to EVTG product term configuration structure.
/hal_nxp-latest/zephyr/blobs/license/
DLA_OPT_NXP_Software_License.txt41 1.2 "Authorized System" means either (i) Licensee’s hardware product
42 which incorporates an NXP Product or (ii) Licensee’s software program which
43 is used exclusively in connection with an NXP Product and with which the
53 1.5 "NXP Product" means a hardware product (e.g. a microprocessor,
56 Affiliate, unless there is a product specified in the Software Content
57 Register, in which case this definition is limited to such product.
78 Product; and
81 in combination with a NXP Product.
100 combination with a NXP Product. Notwithstanding the foregoing, those files
104 Authorized System and for use in combination with a NXP Product,
[all …]
DLA_OPT_NXP_Online_Code_Hosting.txt43 1.2. “Authorized System” means either (i) Licensee’s hardware product
44 which incorporates an NXP Product or (ii) Licensee’s software program which
45 is used exclusively in connection with an NXP Product and with which the
58 1.5. “NXP Product” means a hardware product (e.g., a microprocessor,
61 Affiliate, unless there is a product specified in the Software Content
62 Register, in which case this definition is limited to such product.
77 with a NXP Product;
80 combination with a NXP Product;
253 OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR PRODUCT(S) SUPPLIED UNDER THIS
265 directly or indirectly, any product, software, including software source code,
[all …]
/hal_nxp-latest/mcux/mcux-sdk/
DLA_OPT_NXP_Software_License.txt41 1.2 "Authorized System" means either (i) Licensee’s hardware product
42 which incorporates an NXP Product or (ii) Licensee’s software program which
43 is used exclusively in connection with an NXP Product and with which the
53 1.5 "NXP Product" means a hardware product (e.g. a microprocessor,
56 Affiliate, unless there is a product specified in the Software Content
57 Register, in which case this definition is limited to such product.
78 Product; and
81 in combination with a NXP Product.
100 combination with a NXP Product. Notwithstanding the foregoing, those files
104 Authorized System and for use in combination with a NXP Product,
[all …]
DLA_OPT_NXP_Software_License RTAudio.txt8 …ardware product which incorporates an NXP Product or (ii) Licensee's software program which is use…
11 1.5 "NXP Product" means NXP’s product with a part number of MIMXRT106ADVL6A or NXP’s product
48 …LOSSES WHATSOEVER ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR PRODUCT(S) SUPPLIED UNDER…
49product, software, including software source code, or technology restricted by such regulations or…
92Product. The license granted herein to the Cadence Design Systems HiFi aacPlus Audio Decoder softw…
140 …y not use the SanDisk Corporation Licensed Software on any memory device product. SanDisk retains…
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/BasicMathFunctions/
Darm_dot_prod_f32.c4 * Description: Floating-point dot product
36 @defgroup BasicDotProd Vector Dot Product
38 Computes the dot product of two vectors.
54 @brief Dot product of floating-point vectors.
85 * Calculate dot product and then store the result in a temporary buffer. in arm_dot_prod_f32()
146 /* Calculate dot product and then store the result in a temporary buffer. */ in arm_dot_prod_f32()
184 /* Calculate dot product and store result in a temporary buffer. */ in arm_dot_prod_f32()
212 /* Calculate dot product and store result in a temporary buffer. */ in arm_dot_prod_f32()
Darm_dot_prod_f16.c4 * Description: Floating-point dot product
36 @defgroup BasicDotProd Vector Dot Product
38 Computes the dot product of two vectors.
54 @brief Dot product of floating-point vectors.
85 * Calculate dot product and then store the result in a temporary buffer. in arm_dot_prod_f16()
143 /* Calculate dot product and store result in a temporary buffer. */ in arm_dot_prod_f16()
170 /* Calculate dot product and store result in a temporary buffer. */ in arm_dot_prod_f16()
Darm_dot_prod_q15.c4 * Description: Q15 dot product
41 @brief Dot product of Q15 vectors.
76 * Calculate dot product and then store the result in a temporary buffer. in arm_dot_prod_q15()
126 /* Calculate dot product and store result in a temporary buffer. */ in arm_dot_prod_q15()
154 /* Calculate dot product and store result in a temporary buffer. */ in arm_dot_prod_q15()
Darm_dot_prod_q31.c4 * Description: Q31 dot product
41 @brief Dot product of Q31 vectors.
78 * Calculate dot product and then store the result in a temporary buffer. in arm_dot_prod_q31()
133 /* Calculate dot product and store result in a temporary buffer. */ in arm_dot_prod_q31()
160 /* Calculate dot product and store result in a temporary buffer. */ in arm_dot_prod_q31()
Darm_dot_prod_q7.c4 * Description: Q7 dot product
41 @brief Dot product of Q7 vectors.
77 * Calculate dot product and then store the result in a temporary buffer. in arm_dot_prod_q7()
173 /* Calculate dot product and store result in a temporary buffer. */ in arm_dot_prod_q7()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_quaternion_product_f32.c4 * Description: Floating-point quaternion product
37 @defgroup QuatProd Quaternion Product
39 Compute the product of quaternions.
47 @defgroup QuatProdVect Elementwise Quaternion Product
49 Compute the elementwise product of quaternions.
58 @brief Floating-point elementwise product two quaternions.
61 @param[out] qr elementwise product of quaternions
Darm_quaternion_product_single_f32.c4 * Description: Floating-point quaternion product
38 @defgroup QuatProdSingle Quaternion Product
40 Compute the product of two quaternions.
49 @brief Floating-point product of two quaternions.
52 @param[out] qr product of two quaternions
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dcontroller_functions.h479 /* Intermediate product is calculated by (Ialpha * cosVal) */ in arm_park_q31()
482 /* Intermediate product is calculated by (Ibeta * sinVal) */ in arm_park_q31()
486 /* Intermediate product is calculated by (Ialpha * sinVal) */ in arm_park_q31()
489 /* Intermediate product is calculated by (Ibeta * cosVal) */ in arm_park_q31()
582 /* Intermediate product is calculated by (Id * cosVal) */ in arm_inv_park_q31()
585 /* Intermediate product is calculated by (Iq * sinVal) */ in arm_inv_park_q31()
589 /* Intermediate product is calculated by (Id * sinVal) */ in arm_inv_park_q31()
592 /* Intermediate product is calculated by (Iq * cosVal) */ in arm_inv_park_q31()
684 /* Intermediate product is calculated by (1/(sqrt(3)) * Ia) */ in arm_clarke_q31()
687 /* Intermediate product is calculated by (2/sqrt(3) * Ib) */ in arm_clarke_q31()
[all …]
Dquaternion_math_functions.h101 @brief Floating-point product of two quaternions.
104 @param[out] r Product of two quaternions
112 @brief Floating-point elementwise product two quaternions.
115 @param[out] r Elementwise product of quaternions
Dcomplex_math_functions.h160 * @brief Q15 complex dot product
176 * @brief Q31 complex dot product
192 * @brief Floating-point complex dot product
Dbasic_math_functions.h331 * @brief Dot product of floating-point vectors.
346 * @brief Dot product of Q7 vectors.
360 * @brief Dot product of Q15 vectors.
374 * @brief Dot product of Q31 vectors.
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_dot_prod_f32.c4 * Description: Floating-point complex dot product
36 @defgroup cmplx_dot_prod Complex Dot Product
38 Computes the dot product of two complex vectors.
68 @brief Floating-point complex dot product.
208 /* Calculate dot product and then store the result in a temporary buffer. */ in arm_cmplx_dot_prod_f32()
Darm_cmplx_dot_prod_f16.c4 * Description: Floating-point complex dot product
39 @defgroup cmplx_dot_prod Complex Dot Product
41 Computes the dot product of two complex vectors.
71 @brief Floating-point complex dot product.
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.h58 #define OV7670_PID_REG 0x0AU /*!< Product ID MSB register address. */
59 #define OV7670_PID_NUM 0x76U /*!< Product ID. */
61 #define OV7670_VER_REG 0x0BU /*!< Product ID LSB register address. */
62 #define OV7670_VER_NUM 0x73U /*!< Product VERION. */
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/
DLICENSE.htm1705 either (<span class=SpellE>i</span>) Licensee’s hardware product which incorporates
1706 an NXP Product or (ii) Licensee’s software program which is used exclusively in
1707 connection with an NXP Product and with which the Licensed Software will be
1735 style='mso-tab-count:1'>       </span>&quot;NXP Product&quot; means </span><span
1738 mso-ansi-language:EN-US'>a hardware product (<span class=GramE>e.g.</span> a
1741 NXP or an NXP Affiliate, unless there is a product specified in the Software
1742 Content Register, in which case this definition is limited to such product.</span><span
1802 with a NXP Product; and<o:p></o:p></span></p>
1814 for use in combination with a NXP Product. <o:p></o:p></span></p>
1868 mso-ansi-language:EN-US'>solely for use in combination with a NXP Product.<span
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/StatisticsFunctions/
Darm_logsumexp_dot_prod_f32.c41 * @brief Dot product with log arithmetic
49 * @return The log of the dot product.

12345678910>>...16