OpenOCD
avr_jtagprg_writeflashpage()
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
avr_jtagprg_writeflashpage()
avr_jtagprg_writeflashpage() function
Syntax
Show:
Summary
Declaration
from
avrf.c:135
static
int
avr_jtagprg_writeflashpage
(
struct
avr_common
*
avr
,
const
bool
ext_addressing
,
const
uint8_t
*
page_buf
,
uint32_t
buf_size
,
uint32_t
addr
,
uint32_t
page_size
)
;
Arguments
Argument
avr
ext_addressing
page_buf
buf_size
addr
page_size
Related Functions
Found 5 other functions taking a
avr_common
argument:
Function
avr_jtag_reset()
avr_jtag_read_jtagid()
avr_jtagprg_enterprogmode()
avr_jtagprg_leaveprogmode()
avr_jtagprg_chiperase()
Examples
References
from
examples
Code
Location
Referrer
static
int
avr_jtagprg_writeflashpage
(
struct
avr_common
*
avr
,
avrf.c:135
avr_jtagprg_writeflashpage
(
avr
,
avrf.c:273
avrf_write()
Call Tree
from
examples
avr_jtagprg_writeflashpage()
is called by 1 function and calls 4 functions:
avrf_write()
All items filtered out
avr_jtagprg_writeflashpage()
log_printf_lf()
mcu_execute_queue()
avr_jtag_sendinstr()
avr_jtag_senddat()
All items filtered out
Data Use
from
examples
avr_jtagprg_writeflashpage()
reads 4 variables:
log_levels::LOG_LVL_DEBUG
debug_level
mcu_jtag::tap
avr_common::jtag_info
All items filtered out
avr_jtagprg_writeflashpage()
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