PSOC E8XXGP Device Support Library
TCPWM (Timer Counter PWM)

General Description

The TCPWM driver is a multifunction driver that implements Timer Counter, PWM, Quadrature Decoder, Shift Register and Motion Interface functionality using the TCPWM block.

The functions and other declarations used in this driver are in cy_tcpwm_counter.h, cy_tcpwm_pwm.h, cy_tcpwm_quaddec.h, cy_tcpwm_shiftreg.h respectively. Include cy_pdl.h to get access to all functions and declarations in the PDL.

Each TCPWM block is a collection of counters that can all be triggered simultaneously. For each function call, the base register address of the TCPWM being used must be passed first, followed by the index of the counter you want to touch next.

The TCPWM supports eight function modes:

The TCPWM driver is structured to map these seven functional modes to four high level operating modes:

A brief description on each of the operating modes:

Timer/Counter

Use this mode whenever a specific timing interval or measurement is needed. Examples include:


PWM

Use this mode when an output square wave is needed with a specific period and duty cycle, such as:


Quadrature Decoder

A quadrature decoder is used to decode the output of a quadrature encoder. A quadrature encoder senses the position, velocity, and direction of an object (for example a rotating axle, or a spinning mouse ball). A quadrature decoder can also be used for precision measurement of speed, acceleration, and position of a motor's rotor, or with a rotary switch to determine user input.

Shift Register

Shift Register functionality shifts the counter value to the right. A shift register is used to apply a signal delay function which can be used eg: in detecting frequency shift keying (FSK) signals. A shift register is also used in parallel-in to serial-out data conversion and serial-in to parallel-out data conversion.

TCPWM Version

TCPWM Version 2

More Information

For more information on the TCPWM peripheral, refer to the technical reference manual (TRM).

API Reference

 Common
 Common API for the Timer Counter PWM Block.
 
 Timer/Counter (TCPWM)
 Driver API for Timer/Counter.
 
 PWM (TCPWM)
 Driver API for PWM.
 
 Quadrature Decoder (TCPWM)
 Driver API for Quadrature Decoder.
 
 Shift Register (TCPWM)
 Driver API for Shift Register.