FreeRTOS-Plus-TCP V2.3.2
FreeRTOS TCP/IP library
xUnionPtr Union Reference

Data Fields

uint32_t * u32ptr
  More...
 
uint16_t * u16ptr
  More...
 
uint8_t * u8ptr
  More...
 

Detailed Description

Used in checksum calculation.

Field Documentation

◆ u32ptr

uint32_t* xUnionPtr::u32ptr

The pointer member to a 32-bit variable.

◆ u16ptr

uint16_t* xUnionPtr::u16ptr

The pointer member to a 16-bit variable.

◆ u8ptr

uint8_t* xUnionPtr::u8ptr

The pointer member to an 8-bit variable.


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