OpenOCD
rsl10_ll_flash_write()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
rsl10_ll_flash_write()
rsl10_ll_flash_write() function
Syntax
Show:
Summary
Declaration
from
rsl10.c:397
static
int
rsl10_ll_flash_write
(
struct
rsl10_info
*
chip
,
uint32_t
address
,
const
uint8_t
*
buffer
,
uint32_t
bytes
)
;
Arguments
Argument
chip
address
buffer
bytes
Related Functions
Found 2 other functions taking a
rsl10_info
argument:
Function
rsl10_ll_flash_erase()
rsl10_get_probed_chip_if_halted()
Examples
References
from
examples
Code
Location
Referrer
static
int
rsl10_ll_flash_write
(
struct
rsl10_info
*
chip
,
uint32_t
address
,
const
uint8_t
*
buffer
,
uint32_t
bytes
)
rsl10.c:397
return
rsl10_ll_flash_write
(
chip
,
bank
->
base
+
offset
,
buffer
,
count
)
;
rsl10.c:562
rsl10_write()
Call Tree
from
examples
rsl10_ll_flash_write()
is called by 1 function and calls 12 functions:
rsl10_write()
All items filtered out
rsl10_ll_flash_write()
log_printf_lf()
buf_set_u32()
buf_get_u32()
init_reg_param()
destroy_reg_param()
target_run_algorithm()
target_write_buffer()
target_alloc_working_area()
target_free_working_area()
target_get_working_area_avail()
target_read_u32()
rsl10_error()
All items filtered out
Data Use
from
examples
rsl10_ll_flash_write()
reads 12 variables and writes 2 variables:
log_levels::LOG_LVL_ERROR
log_levels::LOG_LVL_DEBUG
debug_level
param_direction::PARAM_OUT
param_direction::PARAM_IN_OUT
reg_param::value
working_area::address
target::working_area_size
arm_mode::ARM_MODE_THREAD
rsl10_rom_launcher_code
rsl10_flash_status::RSL10_FLASH_ERR_NONE
rsl10_info::target
All items filtered out
rsl10_ll_flash_write()
armv7m_algorithm::common_magic
armv7m_algorithm::core_mode
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out