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

◆ lo() [2/2]

template<uint8_t PIN>
static void FastPin< PIN >::lo ( FASTLED_REGISTER port_ptr_t port)
inlinestatic

Set the same pin on another port to LOW

Parameters
portthe port to modify

Definition at line 252 of file fastpin.h.

252{ *port &= ~sPinMask; }
static port_ptr_t port()
Get the output state of the port.
Definition fastpin.h:264
static RwReg sPinMask
Bitmask for the pin within its register.
Definition fastpin.h:218