OpenOCD
sam3_explain_mckr()
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_mckr()
sam3_explain_mckr() function
Syntax
Show:
Summary
Declaration
from
at91sam3.c:2678
static
void
sam3_explain_mckr
(
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_chipid_cidr()
sam3_explain_ckgr_mcfr()
sam3_explain_ckgr_plla()
Examples
References
from
examples
Code
Location
static
void
sam3_explain_mckr
(
struct
sam3_chip
*
chip
)
at91sam3.c:2678
SAM3_ENTRY
(
PMC_MCKR
,
sam3_explain_mckr
)
,
at91sam3.c:2807
Call Tree
from
examples
sam3_explain_mckr()
calls 3 functions:
All items filtered out
sam3_explain_mckr()
log_printf_lf()
sam3_reg_fieldname()
_tomhz()
All items filtered out
Data Use
from
examples
sam3_explain_mckr()
reads 7 variables and writes 3 variables:
log_levels::LOG_LVL_USER
sam3_cfg::slow_freq
sam3_cfg::mainosc_freq
sam3_cfg::plla_freq
sam3_cfg::CKGR_UCKR
sam3_cfg::PMC_MCKR
sam3_chip::cfg
All items filtered out
sam3_explain_mckr()
sam3_cfg::mclk_freq
sam3_cfg::cpu_freq
sam3_cfg::fclk_freq
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