stm8_comparator::used is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

stm8_comparator::used field

Syntax

bool used;

References

LocationReferrerText
stm8.c:165
bool used;
stm8.c:256stm8_set_hwbreak()
if (!comparator_list[0].used) {
stm8.c:261stm8_set_hwbreak()
if (!comparator_list[1].used) {
stm8.c:1383stm8_set_breakpoint()
while (comparator_list[bp_num].used && (bp_num < stm8->num_hw_bpoints))
stm8.c:1391stm8_set_breakpoint()
comparator_list[bp_num].used = true;
stm8.c:1483stm8_unset_breakpoint()
comparator_list[bp_num].used = false;
stm8.c:1547stm8_set_watchpoint()
while (comparator_list[wp_num].used && (wp_num < stm8->num_hw_bpoints))
stm8.c:1575stm8_set_watchpoint()
comparator_list[wp_num].used = true;
stm8.c:1581stm8_set_watchpoint()
comparator_list[wp_num].used = false;
stm8.c:1642stm8_unset_watchpoint()
comparator_list[wp_num].used = false;

Data Use

Functions writing stm8_comparator::used
Functions reading stm8_comparator::used
stm8_comparator::used