Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c1212 dmarxdesclist->FirstAppDesc = first_app_desc_index; in HAL_ETH_IsRxDataAvailable()
1322 desc_index = dmarxdesclist->FirstAppDesc; in HAL_ETH_GetRxData()
1455 uint32_t desc_index = dmarxdesclist->FirstAppDesc; in HAL_ETH_BuildRxDescriptors()
2802 WRITE_REG( heth->RxDescList.FirstAppDesc, 0 ); in ETH_DMARxDescListInit()
Dstm32hxx_hal_eth.h259 uint32_t FirstAppDesc; /*<! First descriptor of last received packet. */ member