stm32l4_read_flash_reg() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32l4_read_flash_reg()

stm32l4_read_flash_reg() function

Syntax

static inline int stm32l4_read_flash_reg(struct flash_bank *bank,     uint32_t reg_offset,     uint32_t *value);

Arguments

bank

reg_offset

value

References

LocationReferrerText
stm32l4x.c:843
static inline int stm32l4_read_flash_reg(struct flash_bank *bank, uint32_t reg_offset, uint32_t *value)
stm32l4x.c:852stm32l4_read_flash_reg_by_index()
return stm32l4_read_flash_reg(bank, stm32l4_info->flash_regs[reg_index], value);
stm32l4x.c:1069stm32l4_write_option()
retval = stm32l4_read_flash_reg(bank, reg_offset, &optiondata);
stm32l4x.c:2304stm32l4_handle_option_read_command()
retval = stm32l4_read_flash_reg(bank, reg_offset, &value);

Call Tree

Functions calling stm32l4_read_flash_reg()
Functions called by stm32l4_read_flash_reg()
stm32l4_read_flash_reg()
Data read by stm32l4_read_flash_reg()
stm32l4_read_flash_reg()