FX_InvAsync

Syntax

#include <nitro/fx/fx_cp.h>

void FX_InvAsync(fx32 denom);

Arguments

denom fx32-type fixed-point denominator

Return Values

None.

Description

This function begins the asynchronous reciprocal calculations of fx32 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.

See Also

FX_InvAsyncImm, FX_GetInvResultFx64c, FX_GetInvResult

Revision History

2004/01/19 Initial version.


CONFIDENTIAL