We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e0f4d commit 08e3287Copy full SHA for 08e3287
include/zephyr/drivers/misc/ft8xx/ft8xx.h
@@ -33,12 +33,12 @@ extern "C" {
33
* The content of this structure is filled by ft8xx_calibrate().
34
*/
35
struct ft8xx_touch_transform {
36
- uint32_t a;
37
- uint32_t b;
38
- uint32_t c;
39
- uint32_t d;
40
- uint32_t e;
41
- uint32_t f;
+ uint32_t a; /*< Coefficient A of the bitmap transform matrix */
+ uint32_t b; /*< Coefficient B of the bitmap transform matrix */
+ uint32_t c; /*< Coefficient C of the bitmap transform matrix */
+ uint32_t d; /*< Coefficient D of the bitmap transform matrix */
+ uint32_t e; /*< Coefficient E of the bitmap transform matrix */
+ uint32_t f; /*< Coefficient F of the bitmap transform matrix */
42
};
43
44
/**
0 commit comments