|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Files | |
| file | clock_control_rpi_pico.h |
| Clock control definitions for Raspberry Pi Pico devices. | |
Functions | |
| int | clock_control_rpi_pico_reconfigure (const struct device *dev) |
| Reapply the devicetree-declared XOSC/PLL/clock topology. | |
| int clock_control_rpi_pico_reconfigure | ( | const struct device * | dev | ) |
#include <clock_control_rpi_pico.h>
Reapply the devicetree-declared XOSC/PLL/clock topology.
Used to restore clocks after a low-power mode resets them (e.g. RP2350 SUSPEND_TO_RAM).
| dev | clock-controller device |