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

◆ lo() [1/2]

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

Set the pin state to LOW

Definition at line 241 of file fastpin.h.

241{ *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: