Home
last modified time | relevance | path

Searched refs:runtime_init_clocks (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/include/pico/
Druntime_init.h233 void runtime_init_clocks(void);
242 runtime_init_clocks(); in clocks_init()
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
DCMakeLists.txt5 ${CMAKE_CURRENT_LIST_DIR}/runtime_init_clocks.c
DBUILD.bazel24 "runtime_init_clocks.c",
Druntime_init_clocks.c38 void __weak runtime_init_clocks(void) { in runtime_init_clocks() function
Druntime_init.c140 PICO_RUNTIME_INIT_FUNC_HW(runtime_init_clocks, PICO_RUNTIME_INIT_CLOCKS);
/hal_rpi_pico-latest/
DChangeLog.zephyr.md29 - src/rp2_common/pico_runtime_init/runtime_init_clocks.c