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

stm32l4_read_idcode() function

Syntax

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

Arguments

bank

id

References

LocationReferrerText
stm32g4x.c:794
static int stm32l4_read_idcode(struct flash_bank *bank, uint32_t *id)
stm32g4x.c:816stm32l4_probe()
int retval = stm32l4_read_idcode(bank, &stm32l4_info->idcode);

Call Tree

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