Browse Source
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180606191801.6331-1-f4bug@amsat.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>pull/73/head
committed by
Peter Maydell
3 changed files with 26 additions and 7 deletions
@ -0,0 +1,7 @@ |
|||
# See docs/devel/tracing.txt for syntax documentation. |
|||
|
|||
# hw/i2c/core.c |
|||
|
|||
i2c_event(const char *event, uint8_t address) "%s(addr:0x%02x)" |
|||
i2c_send(uint8_t address, uint8_t data) "send(addr:0x%02x) data:0x%02x" |
|||
i2c_recv(uint8_t address, uint8_t data) "recv(addr:0x%02x) data:0x%02x" |
|||
Loading…
Reference in new issue