Searched refs:maxReadLength (Results 1 – 6 of 6) sorted by relevance
805 uint16_t maxReadLength = in DSI_PrepareApbTransfer() local808 assert(xfer->rxDataSize <= maxReadLength); in DSI_PrepareApbTransfer()810 if (xfer->rxDataSize > maxReadLength) in DSI_PrepareApbTransfer()
85 uint16_t maxReadLength; /*!< Maximum read length. */ member535 uint32_t maxReadLength; /*!< Maximum read length. */ member648 uint32_t maxReadLength; /*!< Maximum read length. */ member
791 config->maxReadLength = 256U; in I3C_GetDefaultConfig()902 …base->SMAXLIMITS |= (I3C_SMAXLIMITS_MAXRD(config->maxReadLength) | I3C_SMAXLIMITS_MAXWR(config->ma… in I3C_Init()2742 slaveConfig->maxReadLength = 256U; in I3C_SlaveGetDefaultConfig()2844 …(I3C_SMAXLIMITS_MAXRD(slaveConfig->maxReadLength) | I3C_SMAXLIMITS_MAXWR(slaveConfig->maxWriteLeng… in I3C_SlaveInit()
212 masterConfig.maxReadLength = master->info.maxReadLength; in I3C_MasterAdapterInit()
144 uint16_t maxReadLength; /*!< Maximum read length. */ member
124 info->maxReadLength = (uint16_t)pData[0] << 8UL | (uint16_t)pData[1]; in I3C_BusMasterGetMaxReadLength()