Searched refs:RxDMABurstLength (Results 1 – 4 of 4) sorted by relevance
1031 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()
675 …uint32_t RxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred… member
2109 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()
446 …uint32_t RxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred … member