_IQ31div() function
Divides two values of IQ31 format.
Syntax
int32_t _IQ31div(int32_t a,
int32_t b);
Arguments
a
IQ31 type value numerator to be divided.
b
IQ31 type value denominator to divide by.
Return value
IQ31 type result of the multiplication.