Home
last modified time | relevance | path

Searched refs:RxDMABurstLength (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c1031 assert_param( IS_ETH_RXDMA_BURST_LENGTH( dmaconf->RxDMABurstLength ) ); in HAL_ETH_ConfigDMA()
1060 … dmaconf->RxDMABurstLength | /* !! if 4xPBL is selected for Tx or Rx it is applied for the other */ in HAL_ETH_ConfigDMA()
1307 dmainit.RxDMABurstLength = ETH_RXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
1350 … dmainit.RxDMABurstLength | /* !! if 4xPBL is selected for Tx or Rx it is applied for the other */ in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h675 …uint32_t RxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred… member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2109 dmaconf->RxDMABurstLength = READ_BIT( heth->Instance->DMACRCR, ETH_DMACRCR_RPBL ); in HAL_ETH_GetDMAConfig()
2605 dmaconf->RxDMABurstLength ); in ETH_SetDMAConfig()
2674 dmaDefaultConf.RxDMABurstLength = ETH_RXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h446 …uint32_t RxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred … member