Searched refs:DMACh (Results 1 – 2 of 2) sorted by relevance
2474 …dmaconf->DMACh[ch].RxDMABurstLength = READ_BIT(heth->Instance->DMA_CH[ch].DMACRXCR, ETH_DMACxRXCR_… in HAL_ETH_GetDMAConfig()2475 dmaconf->DMACh[ch].SecondPacketOperate = ((READ_BIT(heth->Instance->DMA_CH[ch].DMACTXCR, in HAL_ETH_GetDMAConfig()2477 dmaconf->DMACh[ch].TCPSegmentation = ((READ_BIT(heth->Instance->DMA_CH[ch].DMACTXCR, in HAL_ETH_GetDMAConfig()2479 …dmaconf->DMACh[ch].TxDMABurstLength = READ_BIT(heth->Instance->DMA_CH[ch].DMACTXCR, ETH_DMACxTXCR_… in HAL_ETH_GetDMAConfig()2480 …dmaconf->DMACh[ch].DescriptorSkipLength = READ_BIT(heth->Instance->DMA_CH[ch].DMACCR, ETH_DMACxCR_… in HAL_ETH_GetDMAConfig()2481 dmaconf->DMACh[ch].PBLx8Mode = ((READ_BIT(heth->Instance->DMA_CH[ch].DMACCR, in HAL_ETH_GetDMAConfig()2483 dmaconf->DMACh[ch].FlushRxPacket = ((READ_BIT(heth->Instance->DMA_CH[ch].DMACRXCR, in HAL_ETH_GetDMAConfig()2485 …dmaconf->DMACh[ch].MaximumSegmentSize = READ_BIT(heth->Instance->DMA_CH[ch].DMACCR, ETH_DMACxCR_MS… in HAL_ETH_GetDMAConfig()3028 dmaregval = (((uint32_t)(dmaconf->DMACh[ch]).PBLx8Mode << 16) | in ETH_SetDMAConfig()3029 (dmaconf->DMACh[ch]).DescriptorSkipLength | in ETH_SetDMAConfig()[all …]
403 DMAChannelInstanceTypeDef DMACh[ETH_DMA_CH_CNT]; /*!< DMA Channel x Configuration */ member