3.3.4.17 EMAFE_SetOSR Function

C

void EMAFE_SetOSR ( uint32_t osr );

Summary

Set OSR of the decimation filters.

Description

Set OSR of the decimation filters.

Precondition

None.

Parameters

ParamDescription
osrOSR of the Decimation Filters

Returns

None.

Example

EMAFE_SetOSR(EMAFE_EMR_OSR_OSR64_Val);

Remarks

Table 3-13. OSR values
Format ValueDescription
EMAFE_EMR_OSR_OSR8_ValOSR of the system is 8.
EMAFE_EMR_OSR_OSR16_ValOSR of the system is 16.
EMAFE_EMR_OSR_OSR32_ValOSR of the system is 32.
EMAFE_EMR_OSR_OSR64_ValOSR of the system is 64 (default).