|
PiPower
ac0ff3c (Mon Feb 11 21:44:30 2019 -0500)
|
This file describdes traces for simavr to collect. More...
Variables | |
| uint8_t | state |
| Current run state. More... | |
| const struct avr_mmcu_vcd_trace_t _mytrace[] | _MMCU_ |
| Trace data to collect. More... | |
This file describdes traces for simavr to collect.
The metadata is stored in the .mmcu section of the compiled ELF binary.
| const struct avr_mmcu_vcd_trace_t _mytrace [] _MMCU_ |
Trace data to collect.
We collect each bit of PORTB (inputs and outputs) separately. We also keep track of the global state variable.
| uint8_t state |
Current run state.
1.8.11