|
3-phase PV router
|
Structure holding a pin and its associated index list. More...
#include <utils_override.h>
Public Member Functions | |
| constexpr | KeyIndexPair (uint8_t k, const PinList< MaxPins > &list) |
| Constructor. | |
| constexpr uint16_t | getBitmask () const |
| Returns the bitmask for the index list. | |
Public Attributes | |
| PinList< MaxPins > | indexList |
| uint8_t | pin |
Structure holding a pin and its associated index list.
| MaxPins | Maximum number of pins supported. |
Definition at line 194 of file utils_override.h.
|
inlineconstexpr |
Constructor.
| k | Pin value. |
| list | Index list. |
Definition at line 204 of file utils_override.h.
|
inlineconstexpr |
Returns the bitmask for the index list.
Definition at line 211 of file utils_override.h.
| PinList< MaxPins > KeyIndexPair< MaxPins >::indexList |
Definition at line 197 of file utils_override.h.
| uint8_t KeyIndexPair< MaxPins >::pin |
Definition at line 196 of file utils_override.h.