Difference between revisions of "Unit STMPE"
Line 1,826: | Line 1,826: | ||
|- | |- | ||
| <code>STMPE_SAMPLE_TIME:Byte = 4;</code> | | <code>STMPE_SAMPLE_TIME:Byte = 4;</code> | ||
− | | style="width: | + | | style="width: 65%;"| |
|- | |- | ||
|} | |} | ||
Line 1,832: | Line 1,832: | ||
|- | |- | ||
| <code>STMPE_MOD_12B:Byte = 1;</code> | | <code>STMPE_MOD_12B:Byte = 1;</code> | ||
− | | style="width: | + | | style="width: 65%;"| |
|- | |- | ||
|} | |} | ||
Line 1,838: | Line 1,838: | ||
|- | |- | ||
| <code>STMPE_REF_SEL:Byte = 0;</code> | | <code>STMPE_REF_SEL:Byte = 0;</code> | ||
− | | style="width: | + | | style="width: 65%;"| |
|- | |- | ||
|} | |} | ||
Line 1,844: | Line 1,844: | ||
|- | |- | ||
| <code>STMPE_ADC_FREQ:Byte = 2;</code> | | <code>STMPE_ADC_FREQ:Byte = 2;</code> | ||
− | | style="width: | + | | style="width: 65%;"| |
|- | |- | ||
|} | |} | ||
Line 1,850: | Line 1,850: | ||
|- | |- | ||
| <code>STMPE_AVE_CTRL:Byte = 3;</code> | | <code>STMPE_AVE_CTRL:Byte = 3;</code> | ||
− | | style="width: | + | | style="width: 65%;"| |
|- | |- | ||
|} | |} | ||
Line 1,856: | Line 1,856: | ||
|- | |- | ||
| <code>STMPE_TOUCH_DET_DELAY:Byte = 4;</code> | | <code>STMPE_TOUCH_DET_DELAY:Byte = 4;</code> | ||
− | | style="width: | + | | style="width: 65%;"| |
|- | |- | ||
|} | |} | ||
Line 1,862: | Line 1,862: | ||
|- | |- | ||
| <code>STMPE_SETTLING:Byte = 2;</code> | | <code>STMPE_SETTLING:Byte = 2;</code> | ||
− | | style="width: | + | | style="width: 65%;"| |
|- | |- | ||
|} | |} | ||
Line 1,868: | Line 1,868: | ||
|- | |- | ||
| <code>STMPE_FRACTION_Z:Byte = 7;</code> | | <code>STMPE_FRACTION_Z:Byte = 7;</code> | ||
− | | style="width: | + | | style="width: 65%;"| |
|- | |- | ||
|} | |} | ||
Line 1,874: | Line 1,874: | ||
|- | |- | ||
| <code>STMPE_I_DRIVE:Byte = 0;</code> | | <code>STMPE_I_DRIVE:Byte = 0;</code> | ||
− | | style="width: | + | | style="width: 65%;"| |
|- | |- | ||
|} | |} |
Revision as of 03:46, 5 January 2017
Return to Unit Reference
Contents
[hide]Description
ST Microelectronics STMPE Driver unit
The ST Microelectronics STMPE devices are a range of multi function chips that include GPIO, ADC, 4 wire touchscreen controller and PWM outputs in varying combinations. Many of the functions overlap so a pin can be used for example as a GPIO or a PWM but not both at once. The Touchscreen controller also consumes many of the GPIO pins in the models that support it. This driver supports the GPIO and Touchscreen functions of the following chips:
STMPE610 - 6 GPIO / 4-wire Touch / I2C / SPI
STMPE801 - 8 GPIO / I2C
STMPE811 - 8 GPIO / 4-wire Touch / I2C / SPI
STMPE1601 - 16 GPIO / 4 PWM / I2C
STMPE1801 - 18 GPIO / I2C
STMPE2401 - 24 GPIO / 3 PWM / I2C
STMPE2403 - 24 GPIO / 3 PWM / I2C
Note: A number of variations also support Keypad, Temperature and other features which are not currently handled by this driver.
Constants
STMPE*_*
STMPE_CHIP_*
STMPE_DIR_*
STMPE_I2C_*
STMPE_SPI_*
STMPE*_REG_*
STMPE*_CHIP_ID
STMPE*_SYS_CTRL*_*
STMPE*_TSC_CTRL_*
STMPE*_TSC_CFG_*
STMPE*_ADC_CTRL1_*
STMPE*_ADC_CTRL2_*
STMPE*_FIFO_STA_*
STMPE*_INT_CTRL_*
STMPE*_INT_EN_*
STMPE*_INT_STA_*
STMPE*Offsets*
Type definitions
To be documented
Public variables
STMPE specific variables
STMPE_SAMPLE_TIME:Byte = 4;
|
STMPE_MOD_12B:Byte = 1;
|
STMPE_REF_SEL:Byte = 0;
|
STMPE_ADC_FREQ:Byte = 2;
|
STMPE_AVE_CTRL:Byte = 3;
|
STMPE_TOUCH_DET_DELAY:Byte = 4;
|
STMPE_SETTLING:Byte = 2;
|
STMPE_FRACTION_Z:Byte = 7;
|
STMPE_I_DRIVE:Byte = 0;
|
Function declarations
Initialization functions
STMPE functions
function STMPE610GPIOCreate(I2C:PI2CDevice; SPI:PSPIDevice; Address,ChipSelect:Word; IRQ:PGPIOInfo):PGPIODevice;
function STMPE801GPIOCreate(I2C:PI2CDevice; Address:Word; IRQ:PGPIOInfo):PGPIODevice;
function STMPE811GPIOCreate(I2C:PI2CDevice; SPI:PSPIDevice; Address,ChipSelect:Word; IRQ:PGPIOInfo):PGPIODevice;
function STMPE1601GPIOCreate(I2C:PI2CDevice; Address:Word; IRQ:PGPIOInfo):PGPIODevice;
function STMPE1801GPIOCreate(I2C:PI2CDevice; Address:Word; IRQ:PGPIOInfo):PGPIODevice;
function STMPE2401GPIOCreate(I2C:PI2CDevice; Address:Word; IRQ:PGPIOInfo):PGPIODevice;
function STMPEGPIODestroy(GPIO:PGPIODevice):LongWord;
function STMPE610TouchCreate(I2C:PI2CDevice; SPI:PSPIDevice; Address,ChipSelect:Word; Width,Height:LongWord; IRQ:PGPIOInfo):PTouchDevice;
function STMPE811TouchCreate(I2C:PI2CDevice; SPI:PSPIDevice; Address,ChipSelect:Word; Width,Height:LongWord; IRQ:PGPIOInfo):PTouchDevice;
function STMPETouchDestroy(Touch:PTouchDevice):LongWord;
STMPE GPIO functions
function STMPEGPIOStart(GPIO:PGPIODevice):LongWord;
function STMPEGPIOStop(GPIO:PGPIODevice):LongWord;
function STMPEGPIORead(GPIO:PGPIODevice; Reg:LongWord):LongWord;
procedure STMPEGPIOWrite(GPIO:PGPIODevice; Reg,Value:LongWord);
function STMPEGPIOInputGet(GPIO:PGPIODevice; Pin:LongWord):LongWord;
function STMPEGPIOOutputSet(GPIO:PGPIODevice; Pin,Level:LongWord):LongWord;
function STMPEGPIOPullGet(GPIO:PGPIODevice; Pin:LongWord):LongWord;
function STMPEGPIOPullSelect(GPIO:PGPIODevice; Pin,Mode:LongWord):LongWord;
function STMPEGPIOFunctionGet(GPIO:PGPIODevice; Pin:LongWord):LongWord;
function STMPEGPIOFunctionSelect(GPIO:PGPIODevice; Pin,Mode:LongWord):LongWord;
STMPE touch functions
function STMPETouchStart(Touch:PTouchDevice):LongWord;
function STMPETouchStop(Touch:PTouchDevice):LongWord;
procedure STMPETouchTimer(Touch:PSTMPETouch);
procedure STMPETouchCallback(Touch:PSTMPETouch; Pin,Trigger:LongWord);
STMPE helper functions
function STMPEReadByte(Control:PSTMPEControl; Reg:Byte; Value:PByte):LongWord;
function STMPEWriteByte(Control:PSTMPEControl; Reg,Value:Byte):LongWord;
function STMPEReadWord(Control:PSTMPEControl; Reg:Byte; Value:PWord):LongWord;
function STMPEWriteWord(Control:PSTMPEControl; Reg:Byte; Value:Word):LongWord;
function STMPEReadBytes(Control:PSTMPEControl; Reg,Len:Byte; Values:PByte):LongWord;
function STMPEWriteBytes(Control:PSTMPEControl; Reg,Len:Byte; Values:PByte):LongWord;
function STMPESetBits(Control:PSTMPEControl; Reg,Mask,Value:Byte):LongWord;
function STMPEResetFIFO(Control:PSTMPEControl; Reg:Byte):LongWord;
Return to Unit Reference