Searched refs:sampleMask (Results 1 – 2 of 2) sorted by relevance
244 …uint32_t sampleMask; /*!< Mask applied to the samples: used to… member
1002 object->sampleMask = 0xFFFFFFFF >> (32-object->memorySlotLength); in initObject()1007 object->sampleMask &= (0xFFFFFFFF << (object->memorySlotLength - params->bitsPerWord)); in initObject()1320 HWREG(I2S_BASE + MCASP_O_RXMASK) = object->sampleMask; in configSerialFormat()1332 HWREG(I2S_BASE + MCASP_O_TXMASK) = object->sampleMask; in configSerialFormat()