STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Variables

Variables

TS_DrvTypeDef ts3510_ts_drv
 

Detailed Description

Variable Documentation

TS_DrvTypeDef ts3510_ts_drv
Initial value:
=
{
}
uint16_t ts3510_ReadID(uint16_t DeviceAddr)
Read the ts3510 IO Expander device ID.
Definition: ts3510.c:138
void ts3510_Init(uint16_t DeviceAddr)
Initialize the ts3510 and configure the needed hardware resources.
Definition: ts3510.c:116
void ts3510_Reset(uint16_t DeviceAddr)
Reset the ts3510 by Software.
Definition: ts3510.c:128
void ts3510_TS_ClearIT(uint16_t DeviceAddr)
Configure the selected source to generate a global interrupt or not.
Definition: ts3510.c:237
void ts3510_TS_Start(uint16_t DeviceAddr)
Configures the touch Screen Controller (Single point detection)
Definition: ts3510.c:148
uint8_t ts3510_TS_ITStatus(uint16_t DeviceAddr)
Configure the selected source to generate a global interrupt or not.
Definition: ts3510.c:227
void ts3510_TS_GetXY(uint16_t DeviceAddr, uint16_t *X, uint16_t *Y)
Get the touch screen X and Y positions values.
Definition: ts3510.c:186
uint8_t ts3510_TS_DetectTouch(uint16_t DeviceAddr)
Return if there is touch detected or not.
Definition: ts3510.c:157
void ts3510_TS_DisableIT(uint16_t DeviceAddr)
Configure the selected source to generate a global interrupt or not.
Definition: ts3510.c:218
void ts3510_TS_EnableIT(uint16_t DeviceAddr)
Configure the selected source to generate a global interrupt or not.
Definition: ts3510.c:209

Definition at line 79 of file ts3510.c.