AM62L FreeRTOS SDK  11.00.00

Introduction

Header file containing scmi power domain protocol APIs.

Go to the source code of this file.

Functions

int32_t SCMI_powerDomainGetProtocolAttrs (SCMI_Handle handle, uint32_t *numPowerDomains, uint64_t *statsAddr, uint32_t *statsLen)
 API to get power domain protocol attributes using power domain SCMI protocol. More...
 
int32_t SCMI_powerDomainGetAttrs (SCMI_Handle handle, uint32_t domainId, uint32_t *attributes, uint8_t *name)
 API to get power domain attributes for a power domain Id. More...
 
int32_t SCMI_powerDomainStateSet (SCMI_Handle handle, uint32_t domainId, uint32_t flags, uint32_t pstate)
 API to set power domain to on or off state. More...
 
int32_t SCMI_powerDomainStateGet (SCMI_Handle handle, uint32_t domainId, uint32_t *pstate)
 API to get power domain state. More...
 
int32_t SCMI_powerDomainNameGet (SCMI_Handle handle, uint32_t domainId, uint8_t *name)
 API to get power domain extended name. More...
 
int32_t SCMI_powerDomainProtocolInit (SCMI_Handle handle)
 API to initialise power domain protocol. More...