Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
clock_control_rpi_pico.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 Gabriel Germano
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_RPI_PICO_H_
14#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_RPI_PICO_H_
15
16#include <zephyr/device.h>
17
23
34
36
37#endif /* ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_RPI_PICO_H_ */
APIs and macros for the Zephyr device model.
int clock_control_rpi_pico_reconfigure(const struct device *dev)
Reapply the devicetree-declared XOSC/PLL/clock topology.
Runtime device structure (in ROM) per driver instance.
Definition device.h:543