OpenOCD
sam4_read_this_reg()
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
sam4_read_this_reg()
sam4_read_this_reg() function
Syntax
Show:
Summary
Declaration
from
at91sam4.c:2366
static
int
sam4_read_this_reg
(
struct
sam4_chip
*
chip
,
uint32_t
*
goes_here
)
;
Arguments
Argument
chip
goes_here
Related Functions
Found 9 other functions taking a
sam4_chip
argument:
Function
Description
sam4_reg_fieldname()
END SAM4 CODE *******
sam4_explain_ckgr_mor()
sam4_get_reg()
Given a pointer to where it goes in the structure, determine the register name, address from the all registers table.
sam4_read_all_regs()
sam4_get_info()
sam4_explain_chipid_cidr()
sam4_explain_ckgr_mcfr()
sam4_explain_ckgr_plla()
sam4_explain_mckr()
Examples
References
from
examples
Code
Location
Referrer
static
int
sam4_read_this_reg
(
struct
sam4_chip
*
chip
,
uint32_t
*
goes_here
)
at91sam4.c:2366
r
=
sam4_read_this_reg
(
chip
,
at91sam4.c:2390
sam4_read_all_regs()
Call Tree
from
examples
sam4_read_this_reg()
is called by 1 function and calls 3 functions:
sam4_read_all_regs()
All items filtered out
sam4_read_this_reg()
log_printf_lf()
target_read_u32()
sam4_get_reg()
All items filtered out
Data Use
from
examples
sam4_read_this_reg()
reads 4 variables:
log_levels::LOG_LVL_ERROR
sam4_chip::target
sam4_reg_list::address
sam4_reg_list::name
All items filtered out
sam4_read_this_reg()
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