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

Method select

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

latch the CS select

Source from the content-addressed store, hash-verified

94
95 // latch the CS select
96 void inline select() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->select(); } }
97
98 // release the CS select
99 void inline release() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->release(); } }

Callers 4

SPIDeviceProxyClass · 0.45
selectMethod · 0.45
SPIDeviceProxyClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected