PicoSDK
+
0
/5 examples
SourceVu will show references to
clock_get_hz()
from the following samples and libraries:
FreeRTOS
clocked_input sample
pio_blink sample
ws2812 sample
measure_duty_cycle 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
clock_get_hz()
clock_get_hz() function
Get the current frequency of the specified clock
Syntax
Show:
Summary
Declaration
Definition
from
clocks.h:311
uint32_t
clock_get_hz
(
clock_handle_t
clock
)
;
Implemented in
clocks.c:123
Arguments
Argument
Description
clock
Clock
Return value
Clock frequency in Hz
Examples
clock_get_hz()
is referenced by 5 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