libgpiod  0.3.2
Data Fields
gpiod_line_evreq_config Struct Reference

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

#include <gpiod.h>

Data Fields

const char * consumer
 Name of the consumer. More...
 
int event_type
 Type of the event we want to be notified about. More...
 
int active_state
 GPIO line active state. More...
 
int line_flags
 Misc line flags - same as for line requests. More...
 

Detailed Description

Structure holding configuration of a line event request.

Definition at line 638 of file gpiod.h.

Field Documentation

◆ active_state

int gpiod_line_evreq_config::active_state

GPIO line active state.

Definition at line 643 of file gpiod.h.

◆ consumer

const char* gpiod_line_evreq_config::consumer

Name of the consumer.

Definition at line 639 of file gpiod.h.

◆ event_type

int gpiod_line_evreq_config::event_type

Type of the event we want to be notified about.

Definition at line 641 of file gpiod.h.

◆ line_flags

int gpiod_line_evreq_config::line_flags

Misc line flags - same as for line requests.

Definition at line 645 of file gpiod.h.


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