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

stm32x_read_id_code() function

Syntax

static int stm32x_read_id_code(struct flash_bank *bank,     uint32_t *id);

Arguments

bank

id

References

LocationReferrerText
stm32h7x.c:740
static int stm32x_read_id_code(struct flash_bank *bank, uint32_t *id)
stm32h7x.c:764stm32x_probe()
int retval = stm32x_read_id_code(bank, &stm32x_info->idcode);

Call Tree

Functions calling stm32x_read_id_code()
Functions called by stm32x_read_id_code()
all items filtered out
stm32x_read_id_code()
all items filtered out
Data read by stm32x_read_id_code()
stm32x_read_id_code()::retval
all items filtered out
stm32x_read_id_code()