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

◆ _init()

template<fl::u8 PIN>
static void FastPin< PIN >::_init ( )
inlinestaticprivate

Definition at line 300 of file fastpin.h.

300 {
301#if !defined(FASTLED_NO_PINMAP)
305#endif
306 }
static volatile RoReg * sInPort
Input register for the pin.
Definition fastpin.h:299
static volatile RwReg * sPort
Output register for the pin.
Definition fastpin.h:298
static RwReg sPinMask
Bitmask for the pin within its register.
Definition fastpin.h:297
The simplest level of Pin class.
Definition fastpin.h:296

Referenced by port_ptr_t< DATA_PIN >::setInput(), and port_ptr_t< DATA_PIN >::setOutput().

+ Here is the caller graph for this function: