FreeRTOS-Plus-TCP V4.0.0
FreeRTOS TCP/IP library
 
Loading...
Searching...
No Matches
uIntPtr Union Reference

uintptr_t is an unsigned integer type that is capable of storing a data pointer. Therefore it is safe to convert from a void pointer to a uintptr_t, using a union. More...

Data Fields

uintptr_t uxPtr
 
const void * pvPtr
 

Detailed Description

uintptr_t is an unsigned integer type that is capable of storing a data pointer. Therefore it is safe to convert from a void pointer to a uintptr_t, using a union.

Field Documentation

◆ uxPtr

uintptr_t uIntPtr::uxPtr

THe numeric value.

◆ pvPtr

const void* uIntPtr::pvPtr

THe void pointer.


The documentation for this union was generated from the following file: