Home
last modified time | relevance | path

Searched refs:BYTE_LENGTH (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c72 #define BYTE_LENGTH 8U /* Length in bits of a byte*/ macro
633 …transLength = transLength / (object->memorySlotLength / BYTE_LENGTH); /* … in updateDataReadDMA()
647 …transLength = transLength * (object->memorySlotLength / BYTE_LENGTH); /* h… in updateDataReadDMA()
694 …transLength = transLength / (object->memorySlotLength / BYTE_LENGTH); /* … in updateDataWriteDMA()
708 …transLength = transLength * (object->memorySlotLength / BYTE_LENGTH); /* h… in updateDataWriteDMA()
750 uint16_t dmaMinimumStep = object->udmaArbLength * object->memorySlotLength / BYTE_LENGTH; in handleDMATransaction()
915 transaction->bytesTransferred += object->memorySlotLength / BYTE_LENGTH; in handleCPUTransaction()
1003 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()
[all …]