knx
ETS configurable knx-stack
linux_platform.h File Reference

Go to the source code of this file.

Classes

class  LinuxPlatform
 

Functions

int gpio_direction (int pin, int dir)
 
int gpio_read (int pin)
 
int gpio_write (int pin, int value)
 
int gpio_export (int pin)
 
int gpio_unexport (int pin)
 

Function Documentation

◆ gpio_direction()

int gpio_direction ( int  pin,
int  dir 
)

Definition at line 924 of file linux_platform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gpio_export()

int gpio_export ( int  pin)

Definition at line 851 of file linux_platform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gpio_read()

int gpio_read ( int  pin)

Definition at line 969 of file linux_platform.cpp.

Here is the caller graph for this function:

◆ gpio_unexport()

int gpio_unexport ( int  pin)

Definition at line 887 of file linux_platform.cpp.

◆ gpio_write()

int gpio_write ( int  pin,
int  value 
)

Definition at line 999 of file linux_platform.cpp.

Here is the caller graph for this function: