| # See docs/devel/tracing.rst for syntax documentation. |
| |
| # adc128d818.c |
| adc128d818_read(const char *id, uint8_t reg, uint8_t value) "%s reg 0x%02x val 0x%02x" |
| adc128d818_read_channel(const char *id, uint8_t channel, uint16_t value) "%s ch %u val 0x%04x" |
| adc128d818_write(const char *id, uint8_t reg, uint8_t value) "%s reg 0x%02x val 0x%02x" |
| adc128d818_convert(const char *id, uint8_t channel, uint16_t value) "%s ch %u val 0x%04x" |
| adc128d818_irq(const char *id, bool level) "%s level %u" |
| adc128d818_reset(const char *id, const char *source) "%s %s" |
| |
| # tmp105.c |
| tmp105_read(uint8_t dev, uint8_t addr) "device: 0x%02x, addr: 0x%02x" |
| tmp105_write(uint8_t dev, uint8_t addr) "device: 0x%02x, addr 0x%02x" |
| tmp105_write_shutdown(uint8_t dev) "device: 0x%02x" |