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

◆ port()

template<uint8_t PIN>
static port_ptr_t FastPin< PIN >::port ( )
inlinestatic

Get the output state of the port.

Definition at line 264 of file fastpin.h.

264{ return sPort; }
static volatile RwReg * sPort
Output register for the pin.
Definition fastpin.h:219

Referenced by CheckPin(), 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: