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

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

References FASTLED_REGISTER, mPinMask, and port().

+ Here is the call graph for this function: