CC3000
1.12
|
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... | |
void __error__ | ( | CHAR * | pcFilename, |
UINT32 | ulLine | ||
) |
stub function for ASSERT macro
error
pcFilename | - file name, where error occurred |
ulLine | - line number, where error occurred |
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
p | pointer to the stream |
offset | offset in the stream |
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
p | pointer to the stream |
offset | offset in the stream |
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
p | pointer to the new stream |
u32 | pointer to the 16 bit |
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
p | pointer to the new stream |
u32 | pointer to the 32 bit |