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

Describes the parameters for the POWER_STATE_SET command. More...

#include <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)
 

Detailed Description

Describes the parameters for the POWER_STATE_SET command.

Field Documentation

◆ domain_id

uint32_t scmi_power_state_config::domain_id

ID of the power domain to configure.

◆ flags

uint32_t scmi_power_state_config::flags

Request flags (see SCMI_POWER_STATE_SET_FLAGS_*)

◆ power_state

uint32_t scmi_power_state_config::power_state

Power state to set (see SCMI_POWER_STATE_PARAM)


The documentation for this struct was generated from the following file: