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 = NO_OF_DUMPLOADS + relays.size()>
struct OverridePins< N, MaxPins >::Entry

Internal structure representing a pin and its associated bitmask.

Definition at line 240 of file utils_override.h.

Member Data Documentation

◆ bitmask

template<uint8_t N, uint8_t MaxPins = NO_OF_DUMPLOADS + relays.size()>
uint16_t OverridePins< N, MaxPins >::Entry::bitmask

Bitmask for pins.

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

Definition at line 243 of file utils_override.h.

◆ pin

template<uint8_t N, uint8_t MaxPins = NO_OF_DUMPLOADS + relays.size()>
uint8_t OverridePins< N, MaxPins >::Entry::pin

Pin value.

Pin number for override control.

Definition at line 242 of file utils_override.h.


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