H753_CPP_SPI_Resistive_Touch_Screen_Controller 1.0
STM32H753 SPI resistive touchscreen (Adafruit 333 overlay + 5767 TSC2046 controller) driver and tutorial
Loading...
Searching...
No Matches
touchSelfTestReport_t Struct Reference

Result of the most recent touchSelfTestRunAll(). More...

#include <touchSelfTest.h>

Public Attributes

bool passed
 true if every test passed.
 
touchSelfTestId_t failedTest
 First failing test, or NONE if passed.
 
uint32_t testsRun
 Tests that started running (pass or fail).
 
uint32_t idlePhantomTouches
 Idle samples that looked like touches.
 
char detail [96]
 Human-readable reason for a failure.
 

Detailed Description

Result of the most recent touchSelfTestRunAll().

Definition at line 61 of file touchSelfTest.h.

Member Data Documentation

◆ detail

char touchSelfTestReport_t::detail[96]

Human-readable reason for a failure.

Definition at line 66 of file touchSelfTest.h.

◆ failedTest

touchSelfTestId_t touchSelfTestReport_t::failedTest

First failing test, or NONE if passed.

Definition at line 63 of file touchSelfTest.h.

◆ idlePhantomTouches

uint32_t touchSelfTestReport_t::idlePhantomTouches

Idle samples that looked like touches.

Definition at line 65 of file touchSelfTest.h.

◆ passed

bool touchSelfTestReport_t::passed

true if every test passed.

Definition at line 62 of file touchSelfTest.h.

◆ testsRun

uint32_t touchSelfTestReport_t::testsRun

Tests that started running (pass or fail).

Definition at line 64 of file touchSelfTest.h.


The documentation for this struct was generated from the following file: