Home
last modified time | relevance | path

Searched refs:uintptr_t (Results 1 – 11 of 11) sorted by relevance

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/
A Dredtypes.h105 typedef uint64_t uintptr_t; typedef
107 typedef uint32_t uintptr_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/
A Dpcap-stdinc.h77 typedef unsigned __int64 uintptr_t; typedef
79 typedef _W64 unsigned int uintptr_t; typedef
/FreeRTOS-Plus/ThirdParty/winpcap/include/
A Dpcap-stdinc.h77 typedef unsigned __int64 uintptr_t; typedef
79 typedef _W64 unsigned int uintptr_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/
A Dpcap-stdinc.h77 typedef unsigned __int64 uintptr_t; typedef
79 typedef _W64 unsigned int uintptr_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/
A Dpcap-stdinc.h77 typedef unsigned __int64 uintptr_t; typedef
79 typedef _W64 unsigned int uintptr_t; typedef
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/
A Dpcap-stdinc.h77 typedef unsigned __int64 uintptr_t; typedef
79 typedef _W64 unsigned int uintptr_t; typedef
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/include/
A Dredosdeviations.h162 #define CAST_TASK_PTR_TO_UINTPTR( taskptr ) ( ( uintptr_t ) ( taskptr ) )
229 #define IS_UINT32_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( sizeof( uint32_t ) - 1U ) ) =…
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/
A Dcode_coverage_additions.c91 uintptr_t ulReturned = 0; in prvStaticAllocationsWithNullBuffers()
99 ulReturned |= ( uintptr_t ) xEventGroupCreateStatic( NULL ); in prvStaticAllocationsWithNullBuffers()
103 …ulReturned |= ( uintptr_t ) xTaskCreateStatic( NULL, /* Task to run, not needed as the task is … in prvStaticAllocationsWithNullBuffers()
111 …ulReturned |= ( uintptr_t ) xTaskCreateStatic( NULL, /* Task to run, not … in prvStaticAllocationsWithNullBuffers()
119 ulReturned |= ( uintptr_t ) xQueueCreateStatic( uxDummy, in prvStaticAllocationsWithNullBuffers()
126 ulReturned |= ( uintptr_t ) xStreamBufferCreateStatic( uxDummy, in prvStaticAllocationsWithNullBuffers()
131 ulReturned |= ( uintptr_t ) xStreamBufferCreateStatic( uxDummy, in prvStaticAllocationsWithNullBuffers()
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/
A Dostask.c56 uintptr_t taskptr = CAST_TASK_PTR_TO_UINTPTR( xTask ); in RedOsTaskId()
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dreddeviations.h223 #define IS_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( REDCONF_ALIGNMENT_SIZE - 1U ) ) == 0…
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Dprintf.c545 uintptr_t ptrval = ( uintptr_t ) ptr; in RedVSNPrintf()
554 uintptr_t ptrval = ( uintptr_t ) ptr; in RedVSNPrintf()

Completed in 30 milliseconds