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

Method release

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

release the CS select

Source from the content-addressed store, hash-verified

97
98 // release the CS select
99 void inline release() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->release(); } }
100
101 void endTransaction() FL_NOEXCEPT {
102 waitFully();

Callers 4

attach_timer_handlerFunction · 0.45
attach_external_handlerFunction · 0.45
releaseMethod · 0.45
SPIDeviceProxyClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected