OpenOCD
sam4_cfg::slow_freq
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
sam4_cfg::slow_freq
sam4_cfg::slow_freq field
Syntax
Show:
Summary
Declaration
from
at91sam4.c:77
uint32_t
slow_freq
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
slow_freq
;
at91sam4.c:77
(
(
float
)
(
v
*
1000000
)
)
/
(
(
float
)
(
chip
->
cfg
.
slow_freq
)
)
)
;
at91sam4.c:2100
sam4_explain_ckgr_mor()
v
=
(
v
*
chip
->
cfg
.
slow_freq
)
/
16
;
at91sam4.c:2158
sam4_explain_ckgr_mcfr()
(
uint32_t
)
(
chip
->
cfg
.
slow_freq
/
1000
)
,
at91sam4.c:2163
sam4_explain_ckgr_mcfr()
(
uint32_t
)
(
chip
->
cfg
.
slow_freq
%
1000
)
)
;
at91sam4.c:2164
sam4_explain_ckgr_mcfr()
fin
=
chip
->
cfg
.
slow_freq
;
at91sam4.c:2196
sam4_explain_mckr()
chip
->
cfg
.
slow_freq
=
32768
;
at91sam4.c:2502
sam4_flash_bank_command()
chip
->
cfg
.
slow_freq
=
v
;
at91sam4.c:3205
sam4_handle_slowclk_command()
(
int
)
(
chip
->
cfg
.
slow_freq
/
1000
)
,
at91sam4.c:3214
sam4_handle_slowclk_command()
(
int
)
(
chip
->
cfg
.
slow_freq
%
1000
)
)
;
at91sam4.c:3215
sam4_handle_slowclk_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sam4_cfg::slow_freq
is written by 2 functions and is read by 4 functions:
sam4_flash_bank_command()
sam4_handle_slowclk_command()
All items filtered out
sam4_cfg::slow_freq
sam4_explain_ckgr_mor()
sam4_explain_ckgr_mcfr()
sam4_explain_mckr()
sam4_handle_slowclk_command()
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