Searched defs:ulValue (Results 1 – 9 of 9) sorted by relevance
/Kernel-v11.1.0/include/ |
D | atomic.h | 326 uint32_t ulValue ) in Atomic_OR_u32() 353 uint32_t ulValue ) in Atomic_AND_u32() 380 uint32_t ulValue ) in Atomic_NAND_u32() 407 uint32_t ulValue ) in Atomic_XOR_u32()
|
D | task.h | 2611 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument 2613 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument 2640 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument 2642 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument 2764 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2766 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument 2793 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument 2795 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
|
D | mpu_prototypes.h | 45 uint32_t ulValue; member
|
D | FreeRTOS.h | 2325 …#define traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPrevio… argument 2333 …#define traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pu… argument
|
/Kernel-v11.1.0/portable/GCC/H8S2329/ |
D | port.c | 71 uint32_t ulValue; in pxPortInitialiseStack() local
|
/Kernel-v11.1.0/portable/GCC/NiosII/ |
D | port.c | 69 static void prvReadGp( uint32_t * ulValue ) in prvReadGp()
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 936 uint32_t ulValue, in MPU_xTaskGenericNotify()
|
D | mpu_wrappers_v2.c | 1272 uint32_t ulValue, in MPU_xTaskGenericNotify() 2115 uint32_t ulValue, in MPU_xTaskGenericNotifyFromISR()
|
/Kernel-v11.1.0/ |
D | tasks.c | 7834 uint32_t ulValue, in xTaskGenericNotify() 7954 uint32_t ulValue, in xTaskGenericNotifyFromISR()
|