ESP-IDF
touch_pad_filter_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
touch_pad_filter_t
touch_pad_filter_t struct
Syntax
Show:
Summary
Declaration
from
touch_sensor.c:33
typedef
struct
{
esp_timer_handle_t
timer
;
uint16_t
filtered_val
[
TOUCH_PAD_MAX
]
;
uint32_t
filter_last_val
[
TOUCH_PAD_MAX
]
;
uint16_t
raw_val
[
TOUCH_PAD_MAX
]
;
uint32_t
filter_period
;
uint32_t
period
;
bool
enable
;
}
touch_pad_filter_t
;
Fields
Field
Declared as
touch_pad_filter_t::timer
esp_timer_handle_t
touch_pad_filter_t::filtered_val
uint16_t
[
TOUCH_PAD_MAX
]
touch_pad_filter_t::filter_last_val
uint32_t
[
TOUCH_PAD_MAX
]
touch_pad_filter_t::raw_val
uint16_t
[
TOUCH_PAD_MAX
]
touch_pad_filter_t::filter_period
uint32_t
touch_pad_filter_t::period
uint32_t
touch_pad_filter_t::enable
bool
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out