|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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 } | |
Describes the parameters for the CLOCK_RATE_SET command.
| uint32_t scmi_clock_rate_config::clk_id |
ID of the clock whose rate is being set.
| uint32_t scmi_clock_rate_config::flags |
Rate set flags (see SCMI_CLK_RATE_SET_FLAGS_*).
| uint32_t scmi_clock_rate_config::rate[2] |
64-bit rate in Hz, split as { lower 32 bits, upper 32 bits }