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

Method begin

tests/fl/channels/adapters/spi_channel_adapter.cpp:33–37  ·  view source on GitHub ↗

SpiHwBase interface

Source from the content-addressed store, hash-verified

31
32 // SpiHwBase interface
33 bool begin(const void* config) override {
34 mBeginCalled = true;
35 mInitialized = true;
36 return mBeginReturnValue;
37 }
38
39 void end() override {
40 mEndCalled = true;

Callers 15

retrieveFunction · 0.45
has_insert_positionClass · 0.45
has_eraseClass · 0.45
test_iterator_arithmeticFunction · 0.45
test_map_iteratorsFunction · 0.45
test_map_const_iteratorsFunction · 0.45
test_map_iteration_orderFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by 15

retrieveFunction · 0.36
test_iterator_arithmeticFunction · 0.36
test_map_iteratorsFunction · 0.36
test_map_const_iteratorsFunction · 0.36
test_map_iteration_orderFunction · 0.36
FL_TEST_FILEFunction · 0.36
createSampleFunction · 0.36