frame             163 src/dps8/dps8_fnp2.h         uint8_t frame [2+1500];
frame            1103 src/dps8/dps8_fnp2_iomcmd.c         linep->frame[linep->frameLen ++] = (uint8_t) (data [i] & 0xff);
frame            1110 src/dps8/dps8_fnp2_iomcmd.c           uint16_t target = (uint16_t) ((linep->frame[0] & 0xff) << 8) | (linep->frame[1]);