STM32Cube BSP FW for STM32F769I-Discovery

Dependents:   mbed-os-example-blinky-5 DISCO-F769NI_TOUCHSCREEN_demo_custom_1 Datarecorder2 DISCO-F769NI_TOUCHSCREEN_demo ... more

Embed: (wiki syntax)

« Back to documentation index

TS Private Functions

TS Private Functions
[TS Public 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.
__weak void BSP_TS_INT_MspInit (void)
 Initializes the TS_INT pin MSP.

Function Documentation

__weak void BSP_TS_INT_MspInit ( void   )

Initializes the TS_INT pin MSP.

Return values:
None

Definition at line 449 of file stm32f769i_discovery_ts.c.

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 418 of file stm32f769i_discovery_ts.c.