3.3.4.4 EMAFE_SetSincDecimationFiltersReset Function

C

void EMAFE_SetSincDecimationFiltersReset ( bool enable );

Summary

Enters/exits the reset state of low-pass filters.

Description

Enters/exits the reset state of low-pass filters.

Precondition

None.

Parameters

ParamDescription
enableIf True, the sinc decimation low-pass filters are in reset state. False, it exits the reset state of low-pass filters.

Returns

None.

Example


/* Decimation LPFIF Filters exits the reset state */
EMAFE_SetSincDecimationFiltersReset(false);

Remarks

None.