libgpiod
1.6.2
|
Helper structure for storing a set of GPIO line objects. More...
#include <gpiod.h>
Data Fields | |
struct gpiod_line * | lines [GPIOD_LINE_BULK_MAX_LINES] |
Buffer for line pointers. | |
unsigned int | num_lines |
Number of lines currently held in this structure. | |
Helper structure for storing a set of GPIO line objects.
This structure is used in all operations involving sets of GPIO lines. If a bulk object is being passed to a function while containing zero lines, the result is undefined.