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

◆ lo() [1/2]

void Pin::lo ( )
inline

Set the pin state to LOW

Definition at line 81 of file fastpin.h.

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

References mPinMask, and mPort.

Referenced by calculate_max_brightness_for_power_mW(), and release().

+ Here is the caller graph for this function: