gpiod_line_bulk

@brief 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.

Members

Variables

lines
gpiod_line*[GPIOD_LINE_BULK_MAX_LINES] lines;
Undocumented in source.
num_lines
uint num_lines;

< Buffer for line pointers.

Meta