PIDUINO
Loading...
Searching...
No Matches
Gpio2::LineValues

Values of GPIO lines. More...

#include <gpio2.h>

Inheritance diagram for Gpio2::LineValues:
Collaboration diagram for Gpio2::LineValues:

Public Member Functions

 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.
 

Detailed Description

Values of GPIO lines.

Definition at line 447 of file gpio2.h.

Constructor & Destructor Documentation

◆ LineValues() [1/2]

Gpio2::LineValues::LineValues ( )
inline

Default constructor initializes the LineValues structure.

Definition at line 451 of file gpio2.h.

◆ 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
bitsThe bitmap containing the value of the lines.
maskThe bitmap identifying the lines to get or set.

Definition at line 460 of file gpio2.h.