eNotifyAction::eSetBits is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

eNotifyAction::eSetBits

Syntax

eSetBits;

References

LocationReferrerText
task.h:93
eSetBits, /* Set bits in the task's notification value. */
cmsis_os.c:510osSignalSet()
if(xTaskGenericNotifyFromISR( thread_id , (uint32_t)signal, eSetBits, &ulPreviousNotificationValue, &xHigherPriorityTaskWoken ) != pdPASS )
cmsis_os.c:515osSignalSet()
else if(xTaskGenericNotify( thread_id , (uint32_t)signal, eSetBits, &ulPreviousNotificationValue) != pdPASS )
tasks.c:4805xTaskGenericNotify()
case eSetBits :
tasks.c:4938xTaskGenericNotifyFromISR()
case eSetBits :

Data Use

Functions using eNotifyAction::eSetBits
eNotifyAction::eSetBits