modm API documentation
modm::Tcs3414< I2cMaster > Member List

This is the complete list of members for modm::Tcs3414< I2cMaster >, including all inherited members.

Gain enum namemodm::Tcs3414< I2cMaster >strong
I2cDevice(uint8_t address)modm::I2cDevice< I2cMaster >inline
IntegrationMode enum namemodm::Tcs3414< I2cMaster >strong
NominalIntegrationTime enum namemodm::Tcs3414< I2cMaster >strong
Prescaler enum namemodm::Tcs3414< I2cMaster >strong
RegisterAddress enum namemodm::Tcs3414< I2cMaster >strong
Rgb typedef (defined in modm::Tcs3414< I2cMaster >)modm::Tcs3414< I2cMaster >
SyncPulseCount enum namemodm::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 >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
initialize() (defined in modm::Tcs3414< I2cMaster >)modm::Tcs3414< I2cMaster >inline
isTransactionRunning()modm::I2cDevice< I2cMaster >inlineprotected
ping()modm::I2cDevice< I2cMaster >inline
read(uint8_t *buffer, std::size_t size)modm::I2cDevice< I2cMaster >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 >inlineprotected
setAddress(uint8_t address)modm::I2cDevice< I2cMaster >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
startTransaction()modm::I2cDevice< I2cMaster >inlineprotected
startTransaction(modm::I2cTransaction *transaction)modm::I2cDevice< I2cMaster >inlineprotected
transaction (defined in modm::I2cDevice< I2cMaster >)modm::I2cDevice< I2cMaster >protected
wasTransactionSuccessful()modm::I2cDevice< I2cMaster >inlineprotected
write(const uint8_t *buffer, std::size_t size)modm::I2cDevice< I2cMaster >inline
writeRead(const uint8_t *writeBuffer, std::size_t writeSize, uint8_t *readBuffer, std::size_t readSize)modm::I2cDevice< I2cMaster >inline
writeRegister(RegisterAddress address, uint8_t value) (defined in modm::Tcs3414< I2cMaster >)modm::Tcs3414< I2cMaster >