Searched refs:HWRESOLUTION (Results 1 – 1 of 1) sorted by relevance
74 #define HWRESOLUTION 4U /* All the settings are expressed in half-byte… macro1003 object->sampleRotation = (object->dataLength / HWRESOLUTION) % BYTE_LENGTH; in initObject()1008 …>sampleRotation += ((object->memorySlotLength - params->bitsPerWord) / HWRESOLUTION) % BYTE_LENGTH; in initObject()1013 …>sampleRotation -= ((params->bitsPerWord - object->memorySlotLength) / HWRESOLUTION) % BYTE_LENGTH; in initObject()1018 object->sampleRotation -= (params->afterWordPadding / HWRESOLUTION) % BYTE_LENGTH; in initObject()1305 for(i=HWRESOLUTION;i<=32;i+=HWRESOLUTION){ in configSerialFormat()1307 dataLengthCC32XX += HWRESOLUTION/2; in configSerialFormat()