

#include <nitro/fx/fx_cp.h>
void FX_DivAsync(fx32 numer, fx32 denom);
| numer | fx32-type fixed-point numerator |
| denom | fx32-type fixed-point denominator |
None.
This function begins asynchronous division with two fx32-format numbers. It uses the Divider. Before beginning the division, the division mode is set to CP_DIV_64_32BIT_MODE.
Refer to Divider Usage Notes when using this function inside an interrupt.
FX_DivAsyncImm, FX_GetDivResultFx64c, FX_GetDivResult
2004/01/19 Initial version.
CONFIDENTIAL