FX_DivAsyncImm

Syntax

#include <nitro/fx/fx_cp.h>

void FX_DivAsyncImm(fx32 numer, fx32 denom);

Arguments

numer fx32-type fixed-point numerator
denom fx32-type fixed-point denominator

Return Values

None.

Description

This function begins asynchronous division with two fx32-format numbers. It uses the Divider. The division mode setting before beginning division is omitted. This function is used when the division mode is CP_DIV_64_32BIT_MODE.

Refer to Divider Usage Notes when using this function inside an interrupt.

See Also

FX_DivAsync, FX_GetDivResultFx64c, FX_GetDivResult

Revision History

2004/01/19 Initial version.


CONFIDENTIAL