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

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

References mPinMask, and mPort.