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

Function select

src/fastspi_ref.h:38–38  ·  view source on GitHub ↗

latch the CS select

Source from the content-addressed store, hash-verified

36
37 /// latch the CS select
38 void inline select() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->select(); } }
39
40 /// release the CS select
41 void inline release() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->release(); } }

Callers 15

writeBytesValueFunction · 0.85
writeBytesFunction · 0.85
writePixelsFunction · 0.85
handle_connectingMethod · 0.85
writeBytesValueMethod · 0.85
writeBytesMethod · 0.85
writePixelsMethod · 0.85
writeBytesValueMethod · 0.85
writeBytesMethod · 0.85
ESP32SPIOutputClass · 0.85
writeBytesValueMethod · 0.85
writeBytesMethod · 0.85

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected