stm8_common::flashend is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

stm8_common::flashend field

Syntax

uint32_t flashend;

References

LocationReferrerText
stm8.h:34
uint32_t flashend;
stm8.c:752stm8_write_memory()
if ((address >= stm8->flashstart) && (address <= stm8->flashend))
stm8.c:1093stm8_init_arch_info()
stm8->flashend = 0xffff;
stm8.c:1996stm8_jim_configure()
stm8->flashend = w;
stm8.c:1997stm8_jim_configure()
LOG_DEBUG("flashend=%8.8" PRIx32, stm8->flashend);

Data Use

Functions writing stm8_common::flashend
Functions reading stm8_common::flashend
stm8_common::flashend
Type of stm8_common::flashend
stm8_common::flashend
uint32_t
all items filtered out