PicoSDK
fc_hw_t
is only used within PicoSDK.
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
fc_hw_t
fc_hw_t struct
Syntax
Show:
Summary
Declaration
from
clocks.h:153
typedef
struct
{
_REG_
(
CLOCKS_FC0_REF_KHZ_OFFSET
)
io_rw_32
ref_khz
;
_REG_
(
CLOCKS_FC0_MIN_KHZ_OFFSET
)
io_rw_32
min_khz
;
_REG_
(
CLOCKS_FC0_MAX_KHZ_OFFSET
)
io_rw_32
max_khz
;
_REG_
(
CLOCKS_FC0_DELAY_OFFSET
)
io_rw_32
delay
;
_REG_
(
CLOCKS_FC0_INTERVAL_OFFSET
)
io_rw_32
interval
;
_REG_
(
CLOCKS_FC0_SRC_OFFSET
)
io_rw_32
src
;
_REG_
(
CLOCKS_FC0_STATUS_OFFSET
)
io_ro_32
status
;
_REG_
(
CLOCKS_FC0_RESULT_OFFSET
)
io_ro_32
result
;
}
fc_hw_t
;
Fields
Field
Declared as
fc_hw_t::ref_khz
io_rw_32
fc_hw_t::min_khz
io_rw_32
fc_hw_t::max_khz
io_rw_32
fc_hw_t::delay
io_rw_32
fc_hw_t::interval
io_rw_32
fc_hw_t::src
io_rw_32
fc_hw_t::status
io_ro_32
fc_hw_t::result
io_ro_32
Examples
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