Table of Contents

Enum FilterSettingMode

Namespace
nanoFramework.Hardware.Esp32.Touch
Assembly
nanoFramework.Hardware.Esp32.dll

Infinite impulse response (IIR) filter mode

public enum FilterSettingMode

Fields

Iir128 = 5

The filter mode is first-order IIR filter.The coefficient is 128.

Iir16 = 2

The filter mode is first-order IIR filter.The coefficient is 16 (Typical value).

Iir256 = 6

The filter mode is first-order IIR filter.The coefficient is 256.

Iir32 = 3

The filter mode is first-order IIR filter.The coefficient is 32.

Iir4 = 0

The filter mode is first-order IIR filter.The coefficient is 4.

Iir64 = 4

The filter mode is first-order IIR filter.The coefficient is 64.

Iir8 = 1

The filter mode is first-order IIR filter.The coefficient is 8.

IirJitter = 7

The filter mode is jitter filter