Input Modes¶
-
group
group_tcpwm_input_modes
Configures how TCPWM inputs behave.
Defines
-
CY_TCPWM_INPUT_RISINGEDGE
¶ A rising edge triggers the event (Capture, Start, Reload, etc..)
-
CY_TCPWM_INPUT_FALLINGEDGE
¶ A falling edge triggers the event (Capture, Start, Reload, etc..)
-
CY_TCPWM_INPUT_EITHEREDGE
¶ A rising edge or falling edge triggers the event (Capture, Start, Reload, etc..)
-
CY_TCPWM_INPUT_LEVEL
¶ The event is triggered on each edge of the TCPWM clock if the input is high.
-