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

◆ hi() [1/2]

void Pin::hi ( )
inline

Set the pin state to HIGH

Definition at line 79 of file fastpin.h.

79{ *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 select().

+ Here is the caller graph for this function: