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

SCMI base protocol agent info. More...

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

Data Fields

uint32_t agent_id
 Identifier for the agent.
char name [16]
 Null terminated ASCII string of up to 16 bytes in length.

Detailed Description

SCMI base protocol agent info.

Parameters
agent_idSCMI agent id.
nameSCMI agent name.

Field Documentation

◆ agent_id

uint32_t scmi_agent_info::agent_id

Identifier for the agent.

◆ name

char scmi_agent_info::name[16]

Null terminated ASCII string of up to 16 bytes in length.


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