OpenOCD
avr_common
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
avr_common
avr_common struct
Syntax
Show:
Summary
Declaration
from
avrt.h:17
struct
avr_common
{
struct
mcu_jtag
jtag_info
;
}
;
Fields
Field
Declared as
avr_common::jtag_info
struct
mcu_jtag
Related Functions
Found 6 other functions taking a
avr_common
argument:
Function
avr_jtag_reset()
avr_jtag_read_jtagid()
avr_jtagprg_enterprogmode()
avr_jtagprg_leaveprogmode()
avr_jtagprg_chiperase()
avr_jtagprg_writeflashpage()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
avr_common
{
avrt.h:17
static
int
avr_jtag_reset
(
struct
avr_common
*
avr
,
uint32_t
reset
)
avrf.c:71
avr_jtag_reset()
avr_jtag_reset()::avr
static
int
avr_jtag_read_jtagid
(
struct
avr_common
*
avr
,
uint32_t
*
id
)
avrf.c:79
avr_jtag_read_jtagid()
avr_jtag_read_jtagid()::avr
static
int
avr_jtagprg_enterprogmode
(
struct
avr_common
*
avr
)
avrf.c:87
avr_jtagprg_enterprogmode()
avr_jtagprg_enterprogmode()::avr
static
int
avr_jtagprg_leaveprogmode
(
struct
avr_common
*
avr
)
avrf.c:97
avr_jtagprg_leaveprogmode()
avr_jtagprg_leaveprogmode()::avr
static
int
avr_jtagprg_chiperase
(
struct
avr_common
*
avr
)
avrf.c:111
avr_jtagprg_chiperase()
avr_jtagprg_chiperase()::avr
static
int
avr_jtagprg_writeflashpage
(
struct
avr_common
*
avr
,
avrf.c:135
avr_jtagprg_writeflashpage()
avr_jtagprg_writeflashpage()::avr
struct
avr_common
*
avr
=
target
->
arch_info
;
avrf.c:215
avrf_erase()
struct
avr_common
*
avr
=
target
->
arch_info
;
avrf.c:239
avrf_write()
struct
avr_common
*
avr
=
target
->
arch_info
;
avrf.c:296
avrf_probe()
struct
avr_common
*
avr
=
target
->
arch_info
;
avrf.c:363
avrf_info()
struct
avr_common
*
avr
=
target
->
arch_info
;
avrf.c:406
avrf_mass_erase()
struct
avr_common
*
avr
=
calloc
(
1
,
sizeof
(
struct
avr_common
)
)
;
avrt.c:73
avr_target_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
avr_jtag_reset()::avr
avr_jtag_reset()
avrf.c:71
avr_jtag_read_jtagid()::avr
avr_jtag_read_jtagid()
avrf.c:79
avr_jtagprg_enterprogmode()::avr
avr_jtagprg_enterprogmode()
avrf.c:87
avr_jtagprg_leaveprogmode()::avr
avr_jtagprg_leaveprogmode()
avrf.c:97
avr_jtagprg_chiperase()::avr
avr_jtagprg_chiperase()
avrf.c:111
avr_jtagprg_writeflashpage()::avr
avr_jtagprg_writeflashpage()
avrf.c:135
Lifecycle
from
examples
avr_common
is allocated by 1 symbol:
avr_target_create()
All items filtered out
avr_common
All items filtered out