RL-RTX: Mailboxes - Array

Hello,

is it possible to create an array of mailboxes? I would like to use the mailbox objects as followes:

int i;
for (i = 0; i < 5; i++)
  os_mbx_wait(mbx[i], &ptr, 0x000A);

Thanks for every hint!

Best regards,
David

Parents Reply Children
More questions in this forum