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
| Param | Description |
|---|---|
| osr | OSR of the Decimation Filters |
Returns
None.
Example
EMAFE_SetOSR(EMAFE_EMR_OSR_OSR64_Val);Remarks
| Format Value | Description |
|---|---|
| EMAFE_EMR_OSR_OSR8_Val | OSR of the system is 8. |
| EMAFE_EMR_OSR_OSR16_Val | OSR of the system is 16. |
| EMAFE_EMR_OSR_OSR32_Val | OSR of the system is 32. |
| EMAFE_EMR_OSR_OSR64_Val | OSR of the system is 64 (default). |
