![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 #ifndef _AS5011_H 0003 #define _AS5011_H 0004 0005 /* 0006 * Copyright (c) 2010, 2011 Fabien Marteau <fabien.marteau@armadeus.com> 0007 */ 0008 0009 struct as5011_platform_data { 0010 unsigned int button_gpio; 0011 unsigned int axis_irq; /* irq number */ 0012 unsigned long axis_irqflags; 0013 char xp, xn; /* threshold for x axis */ 0014 char yp, yn; /* threshold for y axis */ 0015 }; 0016 0017 #endif /* _AS5011_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |