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

ETH_DMAConfigTypeDef::AddressAlignedBeats field

Enables or disables the AHB Master interface address aligned burst transfers on Read and Write channels

Syntax

FunctionalState AddressAlignedBeats;

Examples

ETH_DMAConfigTypeDef::AddressAlignedBeats is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_eth.h:347
FunctionalState AddressAlignedBeats; /*!< Enables or disables the AHB Master interface address aligned
stm32f4xx_hal_eth.c:2238HAL_ETH_GetDMAConfig()
dmaconf->AddressAlignedBeats = ((READ_BIT(heth->Instance->DMABMR, ETH_DMABMR_AAB) >> 25U) > 0U) ? ENABLE : DISABLE;
stm32f4xx_hal_eth.c:2822ETH_SetDMAConfig()
(heth->Instance)->DMABMR = (uint32_t)(((uint32_t)dmaconf->AddressAlignedBeats << 25U) |
stm32f4xx_hal_eth.c:2885ETH_MACDMAConfig()
dmaDefaultConf.AddressAlignedBeats = ENABLE;

Data Use

Functions writing ETH_DMAConfigTypeDef::AddressAlignedBeats
Functions reading ETH_DMAConfigTypeDef::AddressAlignedBeats
ETH_DMAConfigTypeDef::AddressAlignedBeats
all items filtered out
Type of ETH_DMAConfigTypeDef::AddressAlignedBeats
ETH_DMAConfigTypeDef::AddressAlignedBeats
all items filtered out