Notifying Queue object.
All content is public.
Public Attributes#
void *
FreeRTOS Queue handle.
uint8_t
which bit to use when notifying receiver task of pending queue item (range 0 - 31)
void *
Handle to queue receiver task where notifications are sent to.
Public Attribute Documentation#
iTaskNotificationBitNumber#
uint8_t SQueueNotifying::iTaskNotificationBitNumber
which bit to use when notifying receiver task of pending queue item (range 0 - 31)
ReceiverTask#
void* SQueueNotifying::ReceiverTask
Handle to queue receiver task where notifications are sent to.