Struct esp32c6_hal::pcnt::unit::Config
source · pub struct Config {
pub low_limit: i16,
pub high_limit: i16,
pub thresh0: i16,
pub thresh1: i16,
pub filter: Option<u16>,
}
Expand description
Unit configuration
Fields§
§low_limit: i16
§high_limit: i16
§thresh0: i16
§thresh1: i16
§filter: Option<u16>