mailId is only used within FreeRTOS_Mail.
 
Symbols
loading...
Files
loading...

mailId variable

Syntax

osMailQId mailId;

References

LocationReferrerText
main.c:37
osMailQId mailId;
main.c:86main()
mailId = osMailCreate(osMailQ(mail), NULL); /* create mail queue */
main.c:115MailQueueProducer()
pTMail = osMailAlloc(mailId, osWaitForever); /* Allocate memory */
main.c:120MailQueueProducer()
if(osMailPut(mailId, pTMail) != osOK) /* Send Mail */
main.c:154MailQueueConsumer()
event = osMailGet(mailId, osWaitForever); /* wait for mail */
main.c:179MailQueueConsumer()
osMailFree(mailId, pRMail); /* free memory allocated for mail */

Data Use

Functions writing mailId
Functions reading mailId
all items filtered out
mailId
Type of mailId
mailId
all items filtered out