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

Method getBusInfo

src/platforms/shared/spi_manager.cpp.hpp:562–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562const SPIBusInfo* SPIBusManager::getBusInfo(u8 bus_id) const FL_NOEXCEPT {
563 if (bus_id >= mNumBuses) {
564 return nullptr;
565 }
566 return &mBuses[bus_id];
567}
568
569// ============================================================================
570// Private Methods

Callers 12

beginMethod · 0.80
ensureBusInitializedMethod · 0.80
getBusTypeMethod · 0.80
ensureBusInitializedMethod · 0.80
getBusTypeMethod · 0.80
ensureBusInitializedMethod · 0.80
getBusTypeMethod · 0.80
ensureBusInitializedMethod · 0.80
getBusTypeMethod · 0.80
ensureBusInitializedMethod · 0.80
getBusTypeMethod · 0.80
spi_manager.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected