Enumeration

GpiodglibLineEdge

since: 1.0

Declaration

enum Gpiodglib.LineEdge

Description

Edge detection settings.

Available since: 1.0

Members

GPIODGLIB_LINE_EDGE_NONE

Line edge detection is disabled.

  • Value: 1
  • Nickname: none
  • Available since: 1.0
GPIODGLIB_LINE_EDGE_RISING

Line detects rising edge events.

  • Value: 2
  • Nickname: rising
  • Available since: 1.0
GPIODGLIB_LINE_EDGE_FALLING

Line detects falling edge events.

  • Value: 3
  • Nickname: falling
  • Available since: 1.0
GPIODGLIB_LINE_EDGE_BOTH

Line detects both rising and falling edge events.

  • Value: 4
  • Nickname: both
  • Available since: 1.0