Gain enum name | modm::Tcs3414< I2cMaster > | strong |
I2cDevice(uint8_t address) | modm::I2cDevice< I2cMaster, 2 > | inline |
IntegrationMode enum name | modm::Tcs3414< I2cMaster > | strong |
NominalIntegrationTime enum name | modm::Tcs3414< I2cMaster > | strong |
Prescaler enum name | modm::Tcs3414< I2cMaster > | strong |
RegisterAddress enum name | modm::Tcs3414< I2cMaster > | strong |
Rgb typedef (defined in modm::Tcs3414< I2cMaster >) | modm::Tcs3414< I2cMaster > | |
SyncPulseCount enum name | modm::Tcs3414< I2cMaster > | strong |
Tcs3414(Data &data, uint8_t address=addr ()) (defined in modm::Tcs3414< I2cMaster >) | modm::Tcs3414< I2cMaster > | |
addr(uint8_t version=4) | modm::Tcs3414< I2cMaster > | inlinestaticconstexpr |
attachConfigurationHandler(I2c::ConfigurationHandler handler) | modm::I2cDevice< I2cMaster, 2 > | inline |
buffer (defined in modm::Tcs3414< I2cMaster >) | modm::Tcs3414< I2cMaster > | protected |
configure(Gain gain=Gain::X1, Prescaler prescaler=Prescaler::D1) (defined in modm::Tcs3414< I2cMaster >) | modm::Tcs3414< I2cMaster > | inline |
data (defined in modm::Tcs3414< I2cMaster >) | modm::Tcs3414< I2cMaster > | protected |
getResumableDepth() const (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | inline |
initialize() (defined in modm::Tcs3414< I2cMaster >) | modm::Tcs3414< I2cMaster > | inline |
isResumableRunning() const (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | inline |
isTransactionRunning() | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
ping() | modm::I2cDevice< I2cMaster, 2 > | inline |
read(uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 2 > | inline |
readColor() | modm::Tcs3414< I2cMaster > | inline |
readRegisters(RegisterAddress address, uint8_t *values, uint8_t count=1) (defined in modm::Tcs3414< I2cMaster >) | modm::Tcs3414< I2cMaster > | |
runTransaction() | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
setAddress(uint8_t address) | modm::I2cDevice< I2cMaster, 2 > | inline |
setGain(Gain gain=Gain::X1, Prescaler prescaler=Prescaler::D1) | modm::Tcs3414< I2cMaster > | inline |
setIntegrationTime(IntegrationMode mode, NominalIntegrationTime time) | modm::Tcs3414< I2cMaster > | inline |
setIntegrationTime(IntegrationMode mode, SyncPulseCount time) | modm::Tcs3414< I2cMaster > | inline |
startRead(uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
startTransaction() | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
startTransaction(modm::I2cTransaction *transaction) | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
startWrite(const uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
startWriteRead(const uint8_t *writeBuffer, std::size_t writeSize, uint8_t *readBuffer, std::size_t readSize) | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
stopResumable() (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | |
transaction (defined in modm::I2cDevice< I2cMaster, 2 >) | modm::I2cDevice< I2cMaster, 2 > | protected |
wasTransactionSuccessful() | modm::I2cDevice< I2cMaster, 2 > | inlineprotected |
write(const uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 2 > | inline |
writeRead(const uint8_t *writeBuffer, std::size_t writeSize, uint8_t *readBuffer, std::size_t readSize) | modm::I2cDevice< I2cMaster, 2 > | inline |
writeRegister(RegisterAddress address, uint8_t value) (defined in modm::Tcs3414< I2cMaster >) | modm::Tcs3414< I2cMaster > | |