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

◆ _GetPinPort()

template<uint8_t _PORT>
const char * _GetPinPort ( void * ptr)

Definition at line 127 of file Pintest.h.

127 {
130 } else {
131 return _GetPinPort<_PORT - 1>(ptr);
132 }
133}
const char * _GetPinPort(void *ptr)
Definition Pintest.h:127
static const void * portAddr()
Gets the raw address of the port.
Definition fastpin.h:439
static bool hasPort()
Checks whether a port exists.
Definition fastpin.h:435
static const char * portName()
Gets the name of the port, as a C-string.
Definition fastpin.h:437

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

Referenced by _GetPinPort(), and GetPinPort().

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