OS_QUEUE_POST_PEND_FUNC Definition

This constant determines whether the osQueuePost and osQueuePend functions are included or excluded during compilation. By default, this constant is set to 1. The functions are available only when this value is set to 1. If these functions are not required, they may be disabled to reduce the output code size by setting the value to 0.

Version:1.0
See also: osQueuePend, osQueuePost, queues
SpaceShadow documentation