OpenOCD
|
Data Fields | |
uint32_t | bp_value |
uint32_t | reg_address |
enum hw_break_type | type |
bool | used |
uint32_t stm8_comparator::bp_value |
Definition at line 166 of file stm8.c.
Referenced by stm8_set_breakpoint(), stm8_set_hwbreak(), and stm8_set_watchpoint().
uint32_t stm8_comparator::reg_address |
Definition at line 167 of file stm8.c.
Referenced by stm8_configure_break_unit(), and stm8_set_hwbreak().
enum hw_break_type stm8_comparator::type |
Definition at line 167 of file stm8.c.
Referenced by stm8_set_breakpoint(), stm8_set_hwbreak(), and stm8_set_watchpoint().
bool stm8_comparator::used |
Definition at line 165 of file stm8.c.
Referenced by stm8_set_breakpoint(), stm8_set_watchpoint(), stm8_unset_breakpoint(), and stm8_unset_watchpoint().