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

◆ _GetPinPort()

template<uint8_t _PORT>
const char * _GetPinPort ( void * ptr)
Examples
Pintest.ino.

Definition at line 123 of file Pintest.ino.

123 {
126 } else {
127 return _GetPinPort<_PORT - 1>(ptr);
128 }
129}
const char * _GetPinPort(void *ptr)
Definition Pintest.ino:123
static const void * portAddr()
Gets the raw address of the port.
Definition fastpin.h:360
static bool hasPort()
Checks whether a port exists.
Definition fastpin.h:356
static const char * portName()
Gets the name of the port, as a C-string.
Definition fastpin.h:358

References _GetPinPort(), __FL_PORT_INFO< port >::hasPort(), __FL_PORT_INFO< port >::portAddr(), and __FL_PORT_INFO< port >::portName().

Referenced by _GetPinPort(), _GetPinPort<-1 >(), and GetPinPort().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: