master
text 14 lines 753 Bytes
Raw
1 # See docs/devel/tracing.rst for syntax documentation.
2
3 # adc128d818.c
4 adc128d818_read(const char *id, uint8_t reg, uint8_t value) "%s reg 0x%02x val 0x%02x"
5 adc128d818_read_channel(const char *id, uint8_t channel, uint16_t value) "%s ch %u val 0x%04x"
6 adc128d818_write(const char *id, uint8_t reg, uint8_t value) "%s reg 0x%02x val 0x%02x"
7 adc128d818_convert(const char *id, uint8_t channel, uint16_t value) "%s ch %u val 0x%04x"
8 adc128d818_irq(const char *id, bool level) "%s level %u"
9 adc128d818_reset(const char *id, const char *source) "%s %s"
10
11 # tmp105.c
12 tmp105_read(uint8_t dev, uint8_t addr) "device: 0x%02x, addr: 0x%02x"
13 tmp105_write(uint8_t dev, uint8_t addr) "device: 0x%02x, addr 0x%02x"
14 tmp105_write_shutdown(uint8_t dev) "device: 0x%02x"