81 #ifndef IQNMPY_MATHACL 82 #define IQNMPY_MATHACL 85 #include <ti/devices/msp/msp.h> 96 __STATIC_INLINE int_fast32_t
__IQNmpy_mathacl(int_fast32_t iqNInput1, int_fast32_t iqNInput2,
const int8_t q_value)
99 MATHACL->CTL = 6 | (q_value<<8) | (1 << 5);
101 MATHACL->OP2 = iqNInput2;
103 MATHACL->OP1 = iqNInput1;
105 return MATHACL->RES1;
__STATIC_INLINE int_fast32_t __IQNmpy_mathacl(int_fast32_t iqNInput1, int_fast32_t iqNInput2, const int8_t q_value)
Multiply two values of IQN type, using MathACL.
Definition: _IQNmpy_mathacl.h:96