82 #ifndef IQNDIV_MATHACL 83 #define IQNDIV_MATHACL 86 #include <ti/devices/msp/msp.h> 97 __STATIC_INLINE int_fast32_t
__IQNdiv_mathacl(int_fast32_t iqNInput1, int_fast32_t iqNInput2,
const int8_t q_value)
100 MATHACL->CTL = 4 | (q_value<<8) | (1 << 5);
102 MATHACL->OP2 = iqNInput2;
104 MATHACL->OP1 = iqNInput1;
106 return MATHACL->RES1;
__STATIC_INLINE int_fast32_t __IQNdiv_mathacl(int_fast32_t iqNInput1, int_fast32_t iqNInput2, const int8_t q_value)
Divide two values of IQN type, using MathACL.
Definition: _IQNdiv_mathacl.h:97