PicoSDK
+
0
/1 examples
SourceVu will show references to
clocks_hw
from the following samples and libraries:
spi_lcd sample
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
Raspberry Pi Pico SDK and Examples
PicoSDK
clocks_hw
clocks_hw macro
Syntax
Show:
Summary
Declaration
from
clocks.h:576
#define
clocks_hw
(
(
clocks_hw_t
*
)
CLOCKS_BASE
)
Examples
clocks_hw
is referenced by 1 libraries and example projects:
spi_lcd sample
References
from
0/1
examples
Code
Location
#define
clocks_hw
(
(
clocks_hw_t
*
)
CLOCKS_BASE
)
clocks.h:576
clock_hw_t
*
clock_hw
=
&
clocks_hw
->
clk
[
clock
]
;
clocks.c:34
clock_hw_t
*
clock_hw
=
&
clocks_hw
->
clk
[
clock
]
;
clocks.c:41
fc_hw_t
*
fc
=
&
clocks_hw
->
fc0
;
clocks.c:134
assert
(
clocks_hw
->
resus
.
status
&
CLOCKS_CLK_SYS_RESUS_STATUS_RESUSSED_BITS
)
;
clocks.c:175
hw_set_bits
(
&
clocks_hw
->
resus
.
ctrl
,
CLOCKS_CLK_SYS_RESUS_CTRL_CLEAR_BITS
)
;
clocks.c:178
hw_clear_bits
(
&
clocks_hw
->
resus
.
ctrl
,
CLOCKS_CLK_SYS_RESUS_CTRL_CLEAR_BITS
)
;
clocks.c:179
assert
(
!
(
clocks_hw
->
resus
.
status
&
CLOCKS_CLK_SYS_RESUS_STATUS_RESUSSED_BITS
)
)
;
clocks.c:182
uint32_t
ints
=
clocks_hw
->
ints
;
clocks.c:193
clocks_hw
->
inte
=
CLOCKS_INTE_CLK_SYS_RESUS_BITS
;
clocks.c:218
clocks_hw
->
resus
.
ctrl
=
CLOCKS_CLK_SYS_RESUS_CTRL_ENABLE_BITS
|
timeout
;
clocks.c:228
clocks_hw
->
clk
[
gpclk
]
.
ctrl
=
(
src
<
<
CLOCKS_CLK_GPOUT0_CTRL_AUXSRC_LSB
)
|
clocks.c:249
clocks_hw
->
clk
[
gpclk
]
.
div
=
(
div_int
<
<
CLOCKS_CLK_GPOUT0_DIV_INT_LSB
)
|
div_frac
;
clocks.c:251
clocks_hw
->
resus
.
ctrl
=
0
;
runtime_init_clocks.c:52
hw_clear_bits
(
&
clocks_hw
->
clk
[
clk_sys
]
.
ctrl
,
CLOCKS_CLK_SYS_CTRL_SRC_BITS
)
;
runtime_init_clocks.c:58
while
(
clocks_hw
->
clk
[
clk_sys
]
.
selected
!=
0x1
)
runtime_init_clocks.c:59
hw_clear_bits
(
&
clocks_hw
->
clk
[
clk_ref
]
.
ctrl
,
CLOCKS_CLK_REF_CTRL_SRC_BITS
)
;
runtime_init_clocks.c:61
while
(
clocks_hw
->
clk
[
clk_ref
]
.
selected
!=
0x1
)
runtime_init_clocks.c:62
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out