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

◆ _init()

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

Definition at line 221 of file fastpin.h.

221 {
222#if !defined(FASTLED_NO_PINMAP)
226#endif
227 }
static volatile RoReg * sInPort
Input register for the pin.
Definition fastpin.h:220
static volatile RwReg * sPort
Output register for the pin.
Definition fastpin.h:219
static RwReg sPinMask
Bitmask for the pin within its register.
Definition fastpin.h:218
The simplest level of Pin class.
Definition fastpin.h:217

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

+ Here is the caller graph for this function: