PDK API Guide for J721E
Sciserver_msgData Struct Reference

Detailed Description

Contains data about the message needed to idetify the sender and route the message response back to the proper location.

Parameters
hostThe host id representing the sender of the message.
hwi_idThe OSAL HWI_ID of the interrupt that sent this message.
is_pendingValue that indicates whether or not a message is pending for the buffer corresponding to the Sciserver_msgData struct.

Data Fields

uint8_t host
 
int32_t hwi_id
 
bool is_pending
 

Field Documentation

◆ host

uint8_t Sciserver_msgData::host

◆ hwi_id

int32_t Sciserver_msgData::hwi_id

◆ is_pending

bool Sciserver_msgData::is_pending