libgpiod  1.6.2
Data Fields
gpiod_line_bulk Struct Reference

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.
 

Detailed Description

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.

Definition at line 722 of file gpiod.h.


The documentation for this struct was generated from the following file: