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

SCMI message structure. More...

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

Data Fields

uint32_t hdr
 Message header (see SCMI_MESSAGE_HDR_MAKE).
uint32_t len
 Size in bytes of the data pointed to by content.
void * content
 Pointer to the message payload (parameters or return values).

Detailed Description

SCMI message structure.

Field Documentation

◆ content

void* scmi_message::content

Pointer to the message payload (parameters or return values).

◆ hdr

uint32_t scmi_message::hdr

Message header (see SCMI_MESSAGE_HDR_MAKE).

◆ len

uint32_t scmi_message::len

Size in bytes of the data pointed to by content.


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