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 243 of file fastpin.h.

243{ *sPort &= ~sPinMask; }
static volatile RwReg * sPort
Output register for the pin.
Definition fastpin.h:221
static RwReg sPinMask
Bitmask for the pin within its register.
Definition fastpin.h:220

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: