Stefano Garzarella | d0fb965 | 2021-05-17 17:16:58 +0200 | [diff] [blame^] | 1 | # See docs/devel/tracing.rst for syntax documentation. |
Hao Wu | 77c05b0 | 2021-01-08 11:09:42 -0800 | [diff] [blame] | 2 | |
3 | # npcm7xx_adc.c | ||||
4 | npcm7xx_adc_read(const char *id, uint64_t offset, uint32_t value) " %s offset: 0x%04" PRIx64 " value 0x%04" PRIx32 | ||||
5 | npcm7xx_adc_write(const char *id, uint64_t offset, uint32_t value) "%s offset: 0x%04" PRIx64 " value 0x%04" PRIx32 |