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

Files

file  clock_control_silabs_siwx91x.h
 Clock control definitions for Silicon Labs SiWx91x devices.

Data Structures

struct  silabs_siwx91x_clock_control_config
 Mux / gate clock configuration for SiWx91x clock managers. More...
struct  silabs_siwx91x_clock_control_pll_config
 PLL configuration for SiWx91x HP clock manager. More...

Functions

const struct device * siwx91x_clock_control_get_device (uint32_t clkid)
 Get the clock control device that owns clkid.

Detailed Description

Function Documentation

◆ siwx91x_clock_control_get_device()

const struct device * siwx91x_clock_control_get_device ( uint32_t clkid)

#include <clock_control_silabs_siwx91x.h>

Get the clock control device that owns clkid.

Parameters
clkidClock identifier (SIWX91X_CLK_*).
Returns
Pointer to the owning clock control device, or NULL if clkid is out of range or has no associated device.