Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c1166 … uint32_t first_app_desc_index = 0; /* Index of the first descriptor of received packet.. */ in HAL_ETH_IsRxDataAvailable() local
1186 first_app_desc_index = desc_index; in HAL_ETH_IsRxDataAvailable()
1212 dmarxdesclist->FirstAppDesc = first_app_desc_index; in HAL_ETH_IsRxDataAvailable()