HAL + 0/7 examples
CodeScope will show references to HAL_ETH_DMARxDescListInit() from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_ETH_DMARxDescListInit()

HAL_ETH_DMARxDescListInit() function

Initializes the DMA Rx descriptors in chain mode.

Syntax

HAL_StatusTypeDef HAL_ETH_DMARxDescListInit(ETH_HandleTypeDef *heth,     ETH_DMADescTypeDef *DMARxDescTab,     uint8_t *RxBuff,     uint32_t RxBuffCount);
Implemented in stm32f4xx_hal_eth.c:600

Arguments

heth

pointer to a ETH_HandleTypeDef structure that contains the configuration information for ETHERNET module

DMARxDescTab

Pointer to the first Rx desc list

RxBuff

Pointer to the first RxBuffer list

RxBuffCount

Number of the used Rx desc in the list

Return value

HAL status

Examples

HAL_ETH_DMARxDescListInit() is referenced by 7 libraries and example projects.