Hardware Abstraction Layer for FreeRTOS
mailbox_generic Struct Reference

#include <mailbox.h>

Data Fields

bool init
 

Detailed Description

All driver shall implement this Struct

For Example:

struct mailbox {
struct mailbox_generic gen;
}

Field Documentation

◆ init

bool mailbox_generic::init

true = is init false = is not init


The documentation for this struct was generated from the following file:
mailbox_generic
Definition: mailbox.h:52