Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
scmi_clock_rate_config Struct Reference

Describes the parameters for the CLOCK_RATE_SET command. More...

#include <zephyr/drivers/firmware/scmi/clk.h>

Data Fields

uint32_t flags
 Rate set flags (see SCMI_CLK_RATE_SET_FLAGS_*).
uint32_t clk_id
 ID of the clock whose rate is being set.
uint32_t rate [2]
 64-bit rate in Hz, split as { lower 32 bits, upper 32 bits }

Detailed Description

Describes the parameters for the CLOCK_RATE_SET command.

Field Documentation

◆ clk_id

uint32_t scmi_clock_rate_config::clk_id

ID of the clock whose rate is being set.

◆ flags

uint32_t scmi_clock_rate_config::flags

Rate set flags (see SCMI_CLK_RATE_SET_FLAGS_*).

◆ rate

uint32_t scmi_clock_rate_config::rate[2]

64-bit rate in Hz, split as { lower 32 bits, upper 32 bits }


The documentation for this struct was generated from the following file:
  • zephyr/drivers/firmware/scmi/clk.h