Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ironside_call_buf Struct Reference

Message buffer. More...

#include <call.h>

Data Fields

uint16_t status
 Status code.
 
uint16_t id
 Operation identifier.
 
uint32_t args [7]
 Operation arguments.
 

Detailed Description

Message buffer.

Field Documentation

◆ args

uint32_t ironside_call_buf::args[7]

Operation arguments.

These are set by the user.

◆ id

uint16_t ironside_call_buf::id

Operation identifier.

This is set by the user.

◆ status

uint16_t ironside_call_buf::status

Status code.

This is set by the API.


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