Module esp32s3::pcnt::ctrl

source ·
Expand description

Control register for all counters

Structs

Control register for all counters
Register CTRL reader
Register CTRL writer

Type Definitions

Field CLK_EN reader - The registers clock gate enable signal of PCNT module. 1: the registers can be read and written by application. 0: the registers can not be read or written by application
Field CLK_EN writer - The registers clock gate enable signal of PCNT module. 1: the registers can be read and written by application. 0: the registers can not be read or written by application
Field CNT_PAUSE_U0 reader - Set this bit to freeze unit 0’s counter.
Field CNT_PAUSE_U0 writer - Set this bit to freeze unit 0’s counter.
Field CNT_PAUSE_U1 reader - Set this bit to freeze unit 1’s counter.
Field CNT_PAUSE_U1 writer - Set this bit to freeze unit 1’s counter.
Field CNT_PAUSE_U2 reader - Set this bit to freeze unit 2’s counter.
Field CNT_PAUSE_U2 writer - Set this bit to freeze unit 2’s counter.
Field CNT_PAUSE_U3 reader - Set this bit to freeze unit 3’s counter.
Field CNT_PAUSE_U3 writer - Set this bit to freeze unit 3’s counter.
Field PULSE_CNT_RST_U0 reader - Set this bit to clear unit 0’s counter.
Field PULSE_CNT_RST_U0 writer - Set this bit to clear unit 0’s counter.
Field PULSE_CNT_RST_U1 reader - Set this bit to clear unit 1’s counter.
Field PULSE_CNT_RST_U1 writer - Set this bit to clear unit 1’s counter.
Field PULSE_CNT_RST_U2 reader - Set this bit to clear unit 2’s counter.
Field PULSE_CNT_RST_U2 writer - Set this bit to clear unit 2’s counter.
Field PULSE_CNT_RST_U3 reader - Set this bit to clear unit 3’s counter.
Field PULSE_CNT_RST_U3 writer - Set this bit to clear unit 3’s counter.