bugfixes and reduced version for disco board only

Dependents:   Scope DISCO-F746NG_Sinewave DISCO-F746NG_Sweep DISCO-F746NG_Oscilloscope ... more

Fork of BSP_DISCO_F746NG_patch by Nirvana Jay

Embed: (wiki syntax)

« Back to documentation index

TS Private Functions

Functions

uint8_t BSP_TS_ResetTouchData (TS_StateTypeDef *TS_State)
 Function used to reset all touch data before a new acquisition of touch information.

Function Documentation

uint8_t BSP_TS_ResetTouchData ( TS_StateTypeDef *  TS_State )

Function used to reset all touch data before a new acquisition of touch information.

Parameters:
TS_State,:Pointer to touch screen current state structure
Return values:
TS_OKif OK, TE_ERROR if problem found.

Definition at line 401 of file stm32746g_discovery_ts.c.