OpenOCD
sam3_explain_chipid_cidr()
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
sam3_explain_chipid_cidr()
sam3_explain_chipid_cidr() function
Syntax
Show:
Summary
Declaration
from
at91sam3.c:2601
static
void
sam3_explain_chipid_cidr
(
struct
sam3_chip
*
chip
)
;
Arguments
Argument
chip
Related Functions
Found 9 other functions taking a
sam3_chip
argument:
Function
Description
sam3_reg_fieldname()
END SAM3 CODE *******
sam3_get_reg()
Given a pointer to where it goes in the structure, determine the register name, address from the all registers table.
sam3_read_this_reg()
sam3_read_all_regs()
sam3_get_info()
sam3_explain_ckgr_mor()
sam3_explain_ckgr_mcfr()
sam3_explain_ckgr_plla()
sam3_explain_mckr()
Examples
References
from
examples
Code
Location
Referrer
static
void
sam3_explain_chipid_cidr
(
struct
sam3_chip
*
chip
)
at91sam3.c:2601
SAM3_ENTRY
(
CHIPID_CIDR
,
sam3_explain_chipid_cidr
)
,
at91sam3.c:2814
SAM3_ENTRY
(
CHIPID_CIDR2
,
sam3_explain_chipid_cidr
)
,
at91sam3.c:2815
sam3_explain_chipid_cidr
(
private
->
chip
)
;
at91sam3.c:3091
sam3_get_details()
Call Tree
from
examples
sam3_explain_chipid_cidr()
is called by 1 function and calls 4 functions:
sam3_get_details()
All items filtered out
sam3_explain_chipid_cidr()
log_printf()
log_printf_lf()
sam3_reg_fieldname()
_yes_or_no()
All items filtered out
Data Use
from
examples
sam3_explain_chipid_cidr()
reads 11 variables:
log_levels::LOG_LVL_USER
_unknown
eproc_names
nvpsize
sramsize
archnames::value
archnames::name
archnames
sam3_cfg::CHIPID_CIDR
sam3_chip::cfg
nvptype
All items filtered out
sam3_explain_chipid_cidr()
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