Softools Development Tools

Home Contact Softools Support
 

TurboTask Message Boxes

 
Up
TurboTask Interrupt Support
TurboTask Message Boxes
TurboTask Queues
TurboTask Semaphores
 
Note
Message Boxes can be used to support the event flags feature of uC/OS-II.
 



 
  Message Boxes
 
bulletSupports up to 256 message boxes. Each box can hold a non-zero 16-bit encoded message or data.
bulletAllows tasks to read a box optionally suspending the task for a specified delay until the box is written to by another task. An empty or timed-out box returns a message of zero.
bulletExtended functions allow reading and writing values of 0.
bulletAdditional functions allow setting bits, clearing bits, toggling bits, incrementing the value, decrementing the value of a box.
bulletTasks may be suspended waiting for a value in a box to be set, a bit in a box to be set, one of several bits to be set, or simply for a box to be modified.
 
 
   
Back Next
 
Copyright © 2005-2023, Softools. All rights reserved.