libgpiod
1.6.2
|
Commonly used utility macros. More...
Macros | |
#define | GPIOD_API __attribute__((visibility("default"))) |
Makes symbol visible. | |
#define | GPIOD_UNUSED __attribute__((unused)) |
Marks a function argument or variable as potentially unused. | |
#define | GPIOD_BIT(nr) (1UL << (nr)) |
Shift 1 by given offset. More... | |
#define | GPIOD_DEPRECATED __attribute__((deprecated)) |
Marks a public function as deprecated. | |
Commonly used utility macros.