Functions | |
__STATIC_INLINE cy_en_hppass_status_t | Cy_HPPASS_SAR_FirConfig (uint8_t firIdx, const cy_stc_hppass_fir_t *firCfg) |
Initializes the ADC FIR filter. More... | |
__STATIC_INLINE int16_t | Cy_HPPASS_SAR_Result_FirRead (uint8_t firIdx) |
Returns the the ADC FIR filter result. More... | |
__STATIC_INLINE cy_en_hppass_status_t Cy_HPPASS_SAR_FirConfig | ( | uint8_t | firIdx, |
const cy_stc_hppass_fir_t * | firCfg | ||
) |
Initializes the ADC FIR filter.
firIdx | The index of the FIR filter instance. Valid range 0..1. |
firCfg | Pointer to the FIR filter configuration structure cy_stc_hppass_fir_t. The pointer cannot be NULL. |
__STATIC_INLINE int16_t Cy_HPPASS_SAR_Result_FirRead | ( | uint8_t | firIdx | ) |
Returns the the ADC FIR filter result.
firIdx | The index of the FIR filter instance. Valid range 0..1. |