Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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.

Detailed Description

Function Documentation

◆ clock_control_rpi_pico_reconfigure()

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).

Parameters
devclock-controller device
Returns
0 on success, -EINVAL if a clock could not be configured