Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Aprendendo Final_v3
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.
- Parameters:
-
None
- Return values:
-
None
Definition at line 439 of file stm32469i_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_OK if OK, TE_ERROR if problem found.
Definition at line 408 of file stm32469i_discovery_ts.c.
Generated on Wed Jul 13 2022 07:24:53 by
