Searched refs:burstLength (Results 1 – 7 of 7) sorted by relevance
245 config->burstLength = 8; in ECSPI_MasterGetDefaultConfig()280 assert(config->burstLength <= 4096U); in ECSPI_MasterInit()289 …ECSPI_CONREG_BURST_LENGTH((uint32_t)config->burstLength - 1UL) | ECSPI_CONREG_SMC(1U) | ECSPI_CONR… in ECSPI_MasterInit()328 config->burstLength = 8; in ECSPI_SlaveGetDefaultConfig()357 assert(config->burstLength <= 4096U); in ECSPI_SlaveInit()366 base->CONREG = ECSPI_CONREG_BURST_LENGTH(config->burstLength - 1UL) | ECSPI_CONREG_EN(1UL); in ECSPI_SlaveInit()657 uint32_t burstLength = 0U; in ECSPI_MasterTransferBlocking() local672 …burstLength = ((base->CONREG & ECSPI_CONREG_BURST_LENGTH_MASK) >> ECSPI_CONREG_BURST_LENGTH_SHIFT)… in ECSPI_MasterTransferBlocking()673 dataCounts = ((burstLength % 32UL) != 0UL) ? (burstLength / 32UL + 1UL) : (burstLength / 32UL); in ECSPI_MasterTransferBlocking()
169 uint16_t burstLength; /*!< Burst length. The length shall be less than 4096 bits */ member182 …uint16_t burstLength; /*!< Burst length. The length shall be less than 4096 bits */ member
56 ECSPI_CONREG_REG(base) |= ECSPI_CONREG_BURST_LENGTH(initConfig->burstLength) | in ECSPI_Init()
152 uint32_t burstLength; /*!< Specifies the length of a burst to be transferred.*/ member
180 … masterConfig->burstLength = (uint8_t)((control & ARM_SPI_DATA_BITS_Msk) >> ARM_SPI_DATA_BITS_Pos); in ECSPI_MasterCommonControl()251 …slaveConfig->burstLength = (uint8_t)((control & (uint32_t)ARM_SPI_DATA_BITS_Msk) >> ARM_SPI_DATA_B… in ECSPI_SlaveCommonControl()
1469 PXP_INPUT_FETCH_CTRL_CH0_RD_NUM_BYTES(config->fetchFormat.burstLength) | in PXP_SetFetchEngineConfig()1653 ctrlReg = PXP_INPUT_STORE_CTRL_CH0_WR_NUM_BYTES((uint32_t)config->storeFormat.burstLength) | in PXP_SetStoreEngineConfig()
813 …pxp_scanline_burst_t burstLength; /*!< When using scanline mode, configure this for burst length. … member