Searched defs:ulValue (Results 1 – 9 of 9) sorted by relevance
/FreeRTOS-Kernel/include/ |
A 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()
|
A D | task.h | 2630 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument 2632 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument 2659 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument 2661 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument 2783 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2785 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument 2812 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument 2814 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
|
A D | mpu_prototypes.h | 45 uint32_t ulValue; member
|
A D | FreeRTOS.h | 2350 …#define traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPrevio… argument 2358 …#define traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pu… argument
|
/FreeRTOS-Kernel/portable/GCC/H8S2329/ |
A D | port.c | 71 uint32_t ulValue; in pxPortInitialiseStack() local
|
/FreeRTOS-Kernel/portable/GCC/NiosII/ |
A D | port.c | 69 static void prvReadGp( uint32_t * ulValue ) in prvReadGp()
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 938 uint32_t ulValue, in MPU_xTaskGenericNotify()
|
A D | mpu_wrappers_v2.c | 1272 uint32_t ulValue, in MPU_xTaskGenericNotify() 2115 uint32_t ulValue, in MPU_xTaskGenericNotifyFromISR()
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 7909 uint32_t ulValue, in xTaskGenericNotify() 8029 uint32_t ulValue, in xTaskGenericNotifyFromISR()
|
Completed in 54 milliseconds