cortex_m_common::fp_num_code is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_m_common::fp_num_code

cortex_m_common::fp_num_code field

Syntax

unsigned int fp_num_code;

References

LocationReferrerText
cortex_m.h:237
unsigned int fp_num_code;
cortex_m.c:665cortex_m_endreset_event()
for (unsigned int i = 0; i < cortex_m->fp_num_code + cortex_m->fp_num_lit; i++) {
cortex_m.c:2037cortex_m_set_breakpoint()
while (comparator_list[fp_num].used && (fp_num < cortex_m->fp_num_code))
cortex_m.c:2039cortex_m_set_breakpoint()
if (fp_num >= cortex_m->fp_num_code) {
cortex_m.c:2128cortex_m_unset_breakpoint()
if (fp_num >= cortex_m->fp_num_code) {
cortex_m.c:2918cortex_m_examine()
cortex_m->fp_num_code = ((fpcr >> 8) & 0x70) | ((fpcr >> 4) & 0xF);
cortex_m.c:2925cortex_m_examine()
cortex_m->fp_num_code + cortex_m->fp_num_lit,
cortex_m.c:2928cortex_m_examine()
for (unsigned int i = 0; i < cortex_m->fp_num_code + cortex_m->fp_num_lit; i++) {
cortex_m.c:2930cortex_m_examine()
(i < cortex_m->fp_num_code) ? FPCR_CODE : FPCR_LITERAL;
cortex_m.c:2938cortex_m_examine()
cortex_m->fp_num_code,
cortex_m.c:2947cortex_m_examine()
cortex_m->fp_num_code,

Data Use

Functions writing cortex_m_common::fp_num_code
Functions reading cortex_m_common::fp_num_code
all items filtered out
cortex_m_common::fp_num_code