3-phase PV router
Loading...
Searching...
No Matches
OverridePins< N, MaxPins >::Entry Struct Reference

Internal structure representing a pin and its associated bitmask. More...

Public Attributes

uint16_t bitmask
 
uint8_t pin
 

Detailed Description

template<uint8_t N, uint8_t MaxPins = 16>
struct OverridePins< N, MaxPins >::Entry

Internal structure representing a pin and its associated bitmask.

Definition at line 173 of file utils_override.h.

Member Data Documentation

◆ bitmask

template<uint8_t N, uint8_t MaxPins = 16>
uint16_t OverridePins< N, MaxPins >::Entry::bitmask

Bitmask for pins.

Bitmask representing the pins (loads/relays) controlled by this pin.

Definition at line 176 of file utils_override.h.

◆ pin

template<uint8_t N, uint8_t MaxPins = 16>
uint8_t OverridePins< N, MaxPins >::Entry::pin

Pin value.

Pin number for override control.

Definition at line 175 of file utils_override.h.


The documentation for this struct was generated from the following file: