stm8_read_u8() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

stm8_read_u8() function

Syntax

static int stm8_read_u8(struct target *target,     uint32_t addr,     uint8_t *val);

Arguments

target

addr

val

References

LocationReferrerText
stm8.c:192
static int stm8_read_u8(struct target *target,
stm8.c:219stm8_enable_interrupts()
stm8_read_u8(target, DM_REG_CC, &cc);
stm8.c:228stm8_enable_interrupts()
stm8_read_u8(target, DM_REG_CC, &cc);
stm8.c:614stm8_unlock_flash()
stm8_read_u8(target, stm8->flash_iapsr, data);
stm8.c:621stm8_unlock_flash()
stm8_read_u8(target, stm8->flash_iapsr, data);
stm8.c:634stm8_unlock_eeprom()
stm8_read_u8(target, stm8->flash_iapsr, data);
stm8.c:641stm8_unlock_eeprom()
stm8_read_u8(target, stm8->flash_iapsr, data);
stm8.c:717stm8_write_flash()
stm8_read_u8(target, stm8->flash_iapsr, &iapsr);

Call Tree

Functions calling stm8_read_u8()
Functions called by stm8_read_u8()
stm8_read_u8()
all items filtered out
Data read by stm8_read_u8()
stm8_read_u8()