Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_imx/
Dfsl_mipi_dsi.c805 uint16_t maxReadLength = in DSI_PrepareApbTransfer() local
808 assert(xfer->rxDataSize <= maxReadLength); in DSI_PrepareApbTransfer()
810 if (xfer->rxDataSize > maxReadLength) in DSI_PrepareApbTransfer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h85 uint16_t maxReadLength; /*!< Maximum read length. */ member
535 uint32_t maxReadLength; /*!< Maximum read length. */ member
648 uint32_t maxReadLength; /*!< Maximum read length. */ member
Dfsl_i3c.c791 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()
/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c212 masterConfig.maxReadLength = master->info.maxReadLength; in I3C_MasterAdapterInit()
Dfsl_component_i3c.h144 uint16_t maxReadLength; /*!< Maximum read length. */ member
Dfsl_component_i3c.c124 info->maxReadLength = (uint16_t)pData[0] << 8UL | (uint16_t)pData[1]; in I3C_BusMasterGetMaxReadLength()