PicoSDK
+
0
/2 examples
SourceVu will show references to
frequency_count_khz()
from the following samples and libraries:
detached_clk_peri sample
hello_48MHz sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
frequency_count_khz()
frequency_count_khz() function
Measure a clocks frequency using the Frequency counter. Uses the inbuilt frequency counter to measure the specified clocks frequency. Currently, this function is accurate to +-1KHz. See the datasheet for more details.
Syntax
Show:
Summary
Declaration
Definition
from
clocks.h:319
uint32_t
frequency_count_khz
(
uint
src
)
;
Implemented in
clocks.c:133
Arguments
Argument
src
Examples
frequency_count_khz()
is referenced by 2 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