gpiochip_info

Information about a certain GPIO chip. ioctl GPIO_GET_CHIPINFO_IOCTL

version(linux)
extern (C)
struct gpiochip_info {}

Members

Variables

label
char[32] label;

a functional name for this GPIO chip, such as a product number, may be null

lines
uint lines;

number of GPIO lines on this chip

name
char[32] name;

the Linux kernel name of this GPIO chip

Suggestion Box / Bug Report