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

◆ hi() [1/2]

template<uint8_t PIN>
static void FastPin< PIN >::hi ( )
inlinestatic

Set the pin state to HIGH

Definition at line 239 of file fastpin.h.

239{ *sPort |= sPinMask; }
static volatile RwReg * sPort
Output register for the pin.
Definition fastpin.h:219
static RwReg sPinMask
Bitmask for the pin within its register.
Definition fastpin.h:218

Referenced by AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::writeBit(), and AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::writeBit().

+ Here is the caller graph for this function: