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

◆ loval()

template<uint8_t PIN>
static port_t FastPin< PIN >::loval ( )
inlinestatic

Gets the state of the port with this pin LOW

Definition at line 262 of file fastpin.h.

262{ return *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 >::writeBytes(), AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::writeBytesValueRaw(), and AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::writePixels().

+ Here is the caller graph for this function: