TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ns_mailbox_slot_t Struct Reference

#include <interface/include/tfm_mailbox.h>

Collaboration diagram for ns_mailbox_slot_t:

Data Fields

struct mailbox_msg_t msg
 
struct mailbox_reply_t reply
 
const void * owner
 
bool is_woken
 

Detailed Description

Definition at line 135 of file tfm_mailbox.h.

Field Documentation

bool is_woken

Definition at line 141 of file tfm_mailbox.h.

struct mailbox_msg_t msg

Definition at line 136 of file tfm_mailbox.h.

const void* owner

Definition at line 138 of file tfm_mailbox.h.

struct mailbox_reply_t reply

Definition at line 137 of file tfm_mailbox.h.


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