PicoSDK
+
0
/1 examples
SourceVu will show references to
clocks_hw_t
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_t
clocks_hw_t struct
Syntax
Show:
Summary
Declaration
from
clocks.h:203
typedef
struct
{
clock_hw_t
clk
[
10
]
;
_REG_
(
CLOCKS_DFTCLK_XOSC_CTRL_OFFSET
)
io_rw_32
dftclk_xosc_ctrl
;
_REG_
(
CLOCKS_DFTCLK_ROSC_CTRL_OFFSET
)
io_rw_32
dftclk_rosc_ctrl
;
_REG_
(
CLOCKS_DFTCLK_LPOSC_CTRL_OFFSET
)
io_rw_32
dftclk_lposc_ctrl
;
clock_resus_hw_t
resus
;
fc_hw_t
fc0
;
union
{
struct
{
_REG_
(
CLOCKS_WAKE_EN0_OFFSET
)
io_rw_32
wake_en0
;
_REG_
(
CLOCKS_WAKE_EN1_OFFSET
)
io_rw_32
wake_en1
;
}
;
_REG_
(
CLOCKS_WAKE_EN0_OFFSET
)
io_rw_32
wake_en
[
2
]
;
}
;
union
{
struct
{
_REG_
(
CLOCKS_SLEEP_EN0_OFFSET
)
io_rw_32
sleep_en0
;
_REG_
(
CLOCKS_SLEEP_EN1_OFFSET
)
io_rw_32
sleep_en1
;
}
;
_REG_
(
CLOCKS_SLEEP_EN0_OFFSET
)
io_rw_32
sleep_en
[
2
]
;
}
;
union
{
struct
{
_REG_
(
CLOCKS_ENABLED0_OFFSET
)
io_ro_32
enabled0
;
_REG_
(
CLOCKS_ENABLED1_OFFSET
)
io_ro_32
enabled1
;
}
;
_REG_
(
CLOCKS_ENABLED0_OFFSET
)
io_ro_32
enabled
[
2
]
;
}
;
_REG_
(
CLOCKS_INTR_OFFSET
)
io_ro_32
intr
;
_REG_
(
CLOCKS_INTE_OFFSET
)
io_rw_32
inte
;
_REG_
(
CLOCKS_INTF_OFFSET
)
io_rw_32
intf
;
_REG_
(
CLOCKS_INTS_OFFSET
)
io_ro_32
ints
;
}
clocks_hw_t
;
Fields
Field
Declared as
clocks_hw_t::intr
io_ro_32
clocks_hw_t::inte
io_rw_32
clocks_hw_t::intf
io_rw_32
clocks_hw_t::ints
io_ro_32
clocks_hw_t::clk
clock_hw_t
[
10
]
clocks_hw_t::dftclk_xosc_ctrl
io_rw_32
clocks_hw_t::dftclk_rosc_ctrl
io_rw_32
clocks_hw_t::dftclk_lposc_ctrl
io_rw_32
clocks_hw_t::resus
clock_resus_hw_t
clocks_hw_t::fc0
fc_hw_t
Examples
clocks_hw_t
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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