Searched defs:ulValue (Results 1 – 8 of 8) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | atomic.h | 318 uint32_t ulValue ) in Atomic_OR_u32() 345 uint32_t ulValue ) in Atomic_AND_u32() 372 uint32_t ulValue ) in Atomic_NAND_u32() 399 uint32_t ulValue ) in Atomic_XOR_u32()
|
HD | task.h | 2161 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument 2163 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument 2190 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument 2192 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument 2314 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2316 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument 2343 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument 2345 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
|
HD | mpu_prototypes.h | 45 uint32_t ulValue; member
|
/Kernel-v10.6.2/portable/GCC/H8S2329/ |
HD | port.c | 69 uint32_t ulValue; in pxPortInitialiseStack() local
|
/Kernel-v10.6.2/portable/GCC/NiosII/ |
HD | port.c | 66 static void prvReadGp( uint32_t *ulValue ) in prvReadGp()
|
/Kernel-v10.6.2/ |
HD | tasks.c | 4919 uint32_t ulValue, in xTaskGenericNotify() 5042 uint32_t ulValue, in xTaskGenericNotifyFromISR()
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 960 uint32_t ulValue, in MPU_xTaskGenericNotify()
|
HD | mpu_wrappers_v2.c | 1298 uint32_t ulValue, in MPU_xTaskGenericNotify() 2046 uint32_t ulValue, in MPU_xTaskGenericNotifyFromISR()
|