ReadWord Function

Microchip MDD File System Interface

MDDFS Interface Library Help
ReadWord Function
C
WORD ReadWord(
    BYTE* pBuffer, 
    WORD index
);
Description

Reads a 16-bit word from a buffer

Preconditions

This function should not be called by the user.

Parameters
Parameters 
Description 
pBuffer 
pointer to a buffer to read from 
index 
index in the buffer to read to 
Returns

WORD - the word read

Side Effects

None

Remarks

None.

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.