Values of GPIO lines.
More...
#include <gpio2.h>
|
| LineValues () |
| Default constructor initializes the LineValues structure.
|
|
| LineValues (std::uint64_t bits, std::uint64_t mask) |
| Constructor initializes the LineValues structure with specific bits and mask.
|
|
Values of GPIO lines.
Definition at line 447 of file gpio2.h.
◆ LineValues() [1/2]
Gpio2::LineValues::LineValues |
( |
| ) |
|
|
inline |
◆ LineValues() [2/2]
Gpio2::LineValues::LineValues |
( |
std::uint64_t |
bits, |
|
|
std::uint64_t |
mask |
|
) |
| |
|
inline |
Constructor initializes the LineValues structure with specific bits and mask.
- Parameters
-
bits | The bitmap containing the value of the lines. |
mask | The bitmap identifying the lines to get or set. |
Definition at line 460 of file gpio2.h.