target_write_phys_u32() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_write_phys_u32()

target_write_phys_u32() function

Syntax

int target_write_phys_u32(struct target *target,     target_addr_t address,     uint32_t value);
Implemented in target.c:2732

Arguments

target

address

value

References

LocationReferrerText
target.c:2732
int target_write_phys_u32(struct target *target, target_addr_t address, uint32_t value)
target.h:777
int target_write_phys_u32(struct target *target, target_addr_t address, uint32_t value);
armv7a_cache_l2x.c:56arm7a_l2x_flush_all_data()
return target_write_phys_u32(target,
armv7a_cache_l2x.c:83armv7a_l2x_cache_flush_virt()
retval = target_write_phys_u32(target,
armv7a_cache_l2x.c:118armv7a_l2x_cache_inval_virt()
retval = target_write_phys_u32(target,
armv7a_cache_l2x.c:153armv7a_l2x_cache_clean_virt()
retval = target_write_phys_u32(target,

Call Tree

Functions calling target_write_phys_u32()
Functions called by target_write_phys_u32()
target_write_phys_u32()
Data read by target_write_phys_u32()
Data written by target_write_phys_u32()
target_write_phys_u32()
target_write_phys_u32()::retval
all items filtered out
Type of target_write_phys_u32()
target_write_phys_u32()
uint8_t
all items filtered out