#include <nnsys/g2d/fmt/g2d_Cell_data.h>
static inline void NNS_G2dCopyCellAsOamAttr(
const NNSG2dCellData* pCell,
u16 idx,
GXOamAttr* pDst );
pCell |
[IN] Cell data |
idx |
[IN] OBJ index |
pDst |
[OUT] Copy destination |
None.
Copies the OAM attribute information inside the cell data to GXOamAttr
.
2004/05/28 Initial version.
CONFIDENTIAL