esp_idf_sys

Type Alias touch_pad_denoise_t

Source
pub type touch_pad_denoise_t = touch_pad_denoise;
Expand description

Touch sensor denoise configuration

Aliased Type§

struct touch_pad_denoise_t {
    pub grade: u32,
    pub cap_level: u32,
}

Fields§

§grade: u32

<Select denoise range of denoise channel. Determined by measuring the noise amplitude of the denoise channel.

§cap_level: u32

<Select internal reference capacitance of denoise channel. Ensure that the denoise readings are closest to the readings of the channel being measured. Use touch_pad_denoise_read_data to get the reading of denoise channel. The equivalent capacitance of the shielded channel can be calculated from the reading of denoise channel.

Trait Implementations

Source§

impl Clone for touch_pad_denoise

Source§

fn clone(&self) -> touch_pad_denoise

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for touch_pad_denoise

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for touch_pad_denoise

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for touch_pad_denoise