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

Method release

src/platforms/arm/sam/fastspi_arm_sam.h:277–284  ·  view source on GitHub ↗

release the CS select

Source from the content-addressed store, hash-verified

275
276 // release the CS select
277 void inline release() FL_NOEXCEPT __attribute__((always_inline)) {
278 if (mInitialized) {
279 ::SPI.endTransaction();
280 }
281 if(mPSelect != nullptr) {
282 mPSelect->release();
283 }
284 }
285
286 void endTransaction() FL_NOEXCEPT {
287 waitFully();

Callers

nothing calls this directly

Calls 2

endTransactionMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected