MCPcopy Create free account
hub / github.com/FastLED/FastLED / select

Method select

src/platforms/arm/lpc/spi_arm_lpc.h:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 void inline select() FL_NOEXCEPT __attribute__((always_inline)) {
158 if (mPSelect != nullptr) { mPSelect->select(); }
159 }
160
161 void inline release() FL_NOEXCEPT __attribute__((always_inline)) {
162 waitFully();

Callers 3

AVRUSART1SPIOutputClass · 0.45
AVRUSART0SPIOutputClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected