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

◆ lo() [2/2]

void Pin::lo ( FASTLED_REGISTER port_ptr_t port)
inline

Set the same pin on another port to LOW

Parameters
portthe port to modify

Definition at line 94 of file fastpin.h.

94{ *port &= ~mPinMask; }
RwReg mPinMask
Bitmask for the pin within its register.
Definition fastpin.h:50
port_ptr_t port()
Get the output state of the port.
Definition fastpin.h:110

References FASTLED_REGISTER, mPinMask, and port().

+ Here is the call graph for this function: