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

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

AlertPolarity enum name (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >strong
ConversionMode enum name (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >strong
Data typedef (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >
Ds1631(Data &data, uint8_t address=0x90) (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >
I2cDevice(uint8_t address)modm::I2cDevice< I2cMaster >inline
Resolution enum namemodm::ds1631< I2cMaster >strong
attachConfigurationHandler(I2c::ConfigurationHandler handler)modm::I2cDevice< I2cMaster >inline
getData() (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >inline
initialize() (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >
isTransactionRunning()modm::I2cDevice< I2cMaster >inlineprotected
ping()modm::I2cDevice< I2cMaster >inline
read(uint8_t *buffer, std::size_t size)modm::I2cDevice< I2cMaster >inline
readTemperature()modm::ds1631< I2cMaster >
reset() (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >inline
runTransaction()modm::I2cDevice< I2cMaster >inlineprotected
setAddress(uint8_t address)modm::I2cDevice< I2cMaster >inline
setAlertPolarity(AlertPolarity polarity) (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >
setConversionMode(ConversionMode mode) (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >
setLowerLimit(float temperature)modm::ds1631< I2cMaster >inline
setResolution(Resolution resolution) (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >
setUpdateRate(uint8_t rate) (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >
setUpperLimit(float temperature)modm::ds1631< I2cMaster >inline
startConversion() (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >inline
startTransaction()modm::I2cDevice< I2cMaster >inlineprotected
startTransaction(modm::I2cTransaction *transaction)modm::I2cDevice< I2cMaster >inlineprotected
stopConversion() (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >inline
transaction (defined in modm::I2cDevice< I2cMaster >)modm::I2cDevice< I2cMaster >protected
update() (defined in modm::ds1631< I2cMaster >)modm::ds1631< I2cMaster >
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