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
| Param | Description |
|---|---|
| enable | If 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.
