2019-01-07 18:23:47 +03:00
|
|
|
# See docs/devel/tracing.txt for syntax documentation.
|
|
|
|
|
|
|
|
# hw/gpio/nrf51_gpio.c
|
|
|
|
nrf51_gpio_read(uint64_t offset, uint64_t r) "offset 0x%" PRIx64 " value 0x%" PRIx64
|
|
|
|
nrf51_gpio_write(uint64_t offset, uint64_t value) "offset 0x%" PRIx64 " value 0x%" PRIx64
|
|
|
|
nrf51_gpio_set(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64
|
2019-01-23 15:00:14 +03:00
|
|
|
nrf51_gpio_update_output_irq(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64
|