Home
last modified time | relevance | path

Searched defs:ulValue (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/freertos/
Datomic.h316 uint32_t ulValue ) in Atomic_OR_u32()
343 uint32_t ulValue ) in Atomic_AND_u32()
370 uint32_t ulValue ) in Atomic_NAND_u32()
397 uint32_t ulValue ) in Atomic_XOR_u32()
Dtask.h2388 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument
2390 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2421 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument
2423 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2549 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument
2551 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument
2582 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument
2584 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
/hal_espressif-3.6.0/components/freertos/
Dtasks.c5522 uint32_t ulValue, in xTaskGenericNotify()
5649 uint32_t ulValue, in xTaskGenericNotifyFromISR()