|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Describes the parameters for the POWER_STATE_SET command. More...
#include <zephyr/drivers/firmware/scmi/power.h>
Data Fields | |
| uint32_t | flags |
| Request flags (see SCMI_POWER_STATE_SET_FLAGS_*). | |
| uint32_t | domain_id |
| ID of the power domain to configure. | |
| uint32_t | power_state |
| Power state to set (see SCMI_POWER_STATE_PARAM). | |
Describes the parameters for the POWER_STATE_SET command.
| uint32_t scmi_power_state_config::domain_id |
ID of the power domain to configure.
| uint32_t scmi_power_state_config::flags |
Request flags (see SCMI_POWER_STATE_SET_FLAGS_*).
| uint32_t scmi_power_state_config::power_state |
Power state to set (see SCMI_POWER_STATE_PARAM).