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 {
128 if (__FL_PORT_INFO<_PORT>::hasPort() && (ptr == (void*)__FL_PORT_INFO<_PORT>::portAddr())) {
129 return __FL_PORT_INFO<_PORT>::portName();
130 } else {
131 return _GetPinPort<_PORT - 1>(ptr);
132 }
133}
const char * _GetPinPort(void *ptr)
Definition Pintest.h:127

References _GetPinPort().

Referenced by _GetPinPort(), and GetPinPort().

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