![]() |
PIDUINO
|
Configuration for GPIO lines. More...
#include <gpio2.h>
Public Member Functions | |
LineConfig () | |
Default constructor initializes the LineConfig structure. | |
LineConfig (std::uint64_t flags) | |
Constructor initializes the LineConfig structure with specific flags. | |
void | clear () |
Clear the LineConfig structure by zeroing all fields. | |
|
inline |
Default constructor initializes the LineConfig structure.
Definition at line 315 of file gpio2.h.
References clear().
|
inline |
Constructor initializes the LineConfig structure with specific flags.
flags | The flags for the GPIO lines. |
Definition at line 323 of file gpio2.h.
References clear().
|
inline |
Clear the LineConfig structure by zeroing all fields.
Definition at line 331 of file gpio2.h.
Referenced by LineConfig(), and LineConfig().