HAL + 0/1 examples
CodeScope will show references to ETH_RXDMABURSTLENGTH_32BEAT from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_RXDMABURSTLENGTH_32BEAT

ETH_RXDMABURSTLENGTH_32BEAT macro

maximum number of beats to be transferred in one RxDMA transaction is 32

Syntax

#define ETH_RXDMABURSTLENGTH_32BEAT 0x00400000U

Examples

ETH_RXDMABURSTLENGTH_32BEAT is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_eth.h:1057
#define ETH_RXDMABURSTLENGTH_32BEAT 0x00400000U /*!< maximum number of beats to be transferred in one RxDMA transaction is 32 */
stm32f4xx_hal_eth_legacy.h:1363
#define ETH_RXDMABURSTLENGTH_32BEAT 0x00400000U /*!< maximum number of beats to be transferred in one RxDMA transaction is 32 */
stm32f4xx_hal_eth.c:2015
dmainit.RxDMABurstLength = ETH_RXDMABURSTLENGTH_32BEAT;
stm32f4xx_hal_eth.c:2887
dmaDefaultConf.RxDMABurstLength = ETH_RXDMABURSTLENGTH_32BEAT;