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

◆ _init()

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

Definition at line 226 of file fastpin.h.

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

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

+ Here is the caller graph for this function: