Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c1032 assert_param( IS_ETH_TXDMA_BURST_LENGTH( dmaconf->TxDMABurstLength ) ); in HAL_ETH_ConfigDMA()
1061 dmaconf->TxDMABurstLength | in HAL_ETH_ConfigDMA()
1308 dmainit.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
1351 dmainit.TxDMABurstLength | in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h678 …uint32_t TxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred… member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2113 dmaconf->TxDMABurstLength = READ_BIT( heth->Instance->DMACTCR, ETH_DMACTCR_TPBL ); in HAL_ETH_GetDMAConfig()
2597 dmaregval = ( dmaconf->TxDMABurstLength | in ETH_SetDMAConfig()
2676 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h440 …uint32_t TxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred … member