libgpiod  0.3.2
Data Fields
gpiod_line_request_config Struct Reference

Structure holding configuration of a line request. More...

#include <gpiod.h>

Data Fields

const char * consumer
 Name of the consumer. More...
 
int direction
 Requested direction. More...
 
int active_state
 Requested active state configuration. More...
 
int flags
 Other configuration flags. More...
 

Detailed Description

Structure holding configuration of a line request.

Definition at line 435 of file gpiod.h.

Field Documentation

◆ active_state

int gpiod_line_request_config::active_state

Requested active state configuration.

Definition at line 440 of file gpiod.h.

◆ consumer

const char* gpiod_line_request_config::consumer

Name of the consumer.

Definition at line 436 of file gpiod.h.

◆ direction

int gpiod_line_request_config::direction

Requested direction.

Definition at line 438 of file gpiod.h.

◆ flags

int gpiod_line_request_config::flags

Other configuration flags.

Definition at line 442 of file gpiod.h.


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