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

◆ _init()

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

Definition at line 223 of file fastpin.h.

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

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

+ Here is the caller graph for this function: