我想知道“gpio索引”的含义是什么。这就是我在of_gpio.h中看到的* of_get_named_gpio() - Get a GPIO number to use with GPIOAPI* @propname: Name of property containing gpio specifier(s)
* @index: inde
我只想知道Linux3.8中是否有一个头文件来描述硬件板(特别是Beaglebone黑板)的GPIO端口。Beaglebone黑板中有四组GPIO,每组中有32组GPIOs。因此,我猜GPIO在GROUP X(0 <= X <= 3) PORT Y (0 <= Y <= 31)中,将映射到GPIO端口(32 * X + Y)。例如,GPIO12 in GROUP1是GPIO44,当我使用Linux时,我们可以使用44个。因此,当