Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/
DI2S.c54 .fixedBufferLength = 1, /* Fixed Buffer Length */
DI2S.h941 uint16_t fixedBufferLength; member
/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c1050 if(params->fixedBufferLength == 0) { in initObject()
1054 if(params->fixedBufferLength != 1) { in initObject()
1055 …uint16_t const fixedBufferLength = (params->fixedBufferLength /(object->memorySlotLength/BYTE_LENG… in initObject() local
1062 if(fixedBufferLength % (1 << i) == 0) { in initObject()