FastLED 3.9.15
Loading...
Searching...
No Matches

◆ loval()

port_t Pin::loval ( )
inline

Gets the state of the port with this pin LOW

Definition at line 108 of file fastpin.h.

108{ return *mPort & ~mPinMask; }
volatile RwReg * mPort
Output register for the pin.
Definition fastpin.h:48
RwReg mPinMask
Bitmask for the pin within its register.
Definition fastpin.h:50

References mPinMask, and mPort.