Module esp32c6_hal::pcnt::channel

source ·
Expand description

PCNT - channel configuration

Overview

The channel module is part of the PCNT peripheral driver for ESP chips.

It provides a convenient and efficient way to configure and use individual channels of the PCNT peripheral of pulse counting and signal edge detection on ESP chips.

Structs

  • Pulse Counter configuration for a single channel
  • PcntPin can be always high, always low, or an actual pin

Enums