CC3000  1.14
 All Classes Functions Groups
Common_api

Functions

void __error__ (CHAR *pcFilename, UINT32 ulLine)
 stub function for ASSERT macro More...
 
UINT8 * UINT32_TO_STREAM_f (UINT8 *p, UINT32 u32)
 This function is used for copying 32 bit to stream while converting to little endian format. More...
 
UINT8 * UINT16_TO_STREAM_f (UINT8 *p, UINT16 u16)
 This function is used for copying 16 bit to stream while converting to little endian format. More...
 
UINT16 STREAM_TO_UINT16_f (CHAR *p, UINT16 offset)
 This function is used for copying received stream to 16 bit in little endian format. More...
 
UINT32 STREAM_TO_UINT32_f (CHAR *p, UINT16 offset)
 This function is used for copying received stream to 32 bit in little endian format. More...
 

Detailed Description

Function Documentation

void __error__ ( CHAR *  pcFilename,
UINT32  ulLine 
)

stub function for ASSERT macro

error

Parameters
pcFilename- file name, where error occurred
ulLine- line number, where error occurred
Returns
none
UINT16 STREAM_TO_UINT16_f ( CHAR *  p,
UINT16  offset 
)

This function is used for copying received stream to 16 bit in little endian format.

STREAM_TO_UINT16_f

Parameters
ppointer to the stream
offsetoffset in the stream
Returns
pointer to the new 16 bit
UINT32 STREAM_TO_UINT32_f ( CHAR *  p,
UINT16  offset 
)

This function is used for copying received stream to 32 bit in little endian format.

STREAM_TO_UINT32_f

Parameters
ppointer to the stream
offsetoffset in the stream
Returns
pointer to the new 32 bit
UINT8* UINT16_TO_STREAM_f ( UINT8 *  p,
UINT16  u16 
)

This function is used for copying 16 bit to stream while converting to little endian format.

UINT16_TO_STREAM_f

Parameters
ppointer to the new stream
u32pointer to the 16 bit
Returns
pointer to the new stream
UINT8* UINT32_TO_STREAM_f ( UINT8 *  p,
UINT32  u32 
)

This function is used for copying 32 bit to stream while converting to little endian format.

UINT32_TO_STREAM_f

Parameters
ppointer to the new stream
u32pointer to the 32 bit
Returns
pointer to the new stream