Skip to content

Commit da220aa

Browse files
committed
include: drivers: misc: ft8xx: add doxygen to ft8xx_touch_transform
Add missing documentation for ft8xx_touch_transform fields. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 8add921 commit da220aa

File tree

1 file changed

+6
-6
lines changed
  • include/zephyr/drivers/misc/ft8xx

1 file changed

+6
-6
lines changed

include/zephyr/drivers/misc/ft8xx/ft8xx.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ extern "C" {
3333
* The content of this structure is filled by ft8xx_calibrate().
3434
*/
3535
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;
36+
uint32_t a; /*< Coefficient A of the bitmap transform matrix */
37+
uint32_t b; /*< Coefficient B of the bitmap transform matrix */
38+
uint32_t c; /*< Coefficient C of the bitmap transform matrix */
39+
uint32_t d; /*< Coefficient D of the bitmap transform matrix */
40+
uint32_t e; /*< Coefficient E of the bitmap transform matrix */
41+
uint32_t f; /*< Coefficient F of the bitmap transform matrix */
4242
};
4343

4444
/**

0 commit comments

Comments
 (0)