bits_t::haltnot is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

bits_t::haltnot field

Syntax

bool haltnot;

References

LocationReferrerText
riscv-011.c:214
bool haltnot;
riscv-011.c:697read_bits()
.haltnot = 0,
riscv-011.c:725read_bits()
.haltnot = get_field(value, DMCONTROL_HALTNOT),
riscv-011.c:1911poll_target()
if (bits.haltnot && bits.interrupt) {
riscv-011.c:1914poll_target()
} else if (bits.haltnot && !bits.interrupt) {
riscv-011.c:1917poll_target()
} else if (!bits.haltnot && bits.interrupt) {
riscv-011.c:1920poll_target()
} else if (!bits.haltnot && !bits.interrupt) {

Data Use

Functions reading bits_t::haltnot
bits_t::haltnot
all items filtered out