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 177 of file fastpin.h.

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

References mPinMask, and mPort.