Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Demac_hal.h51 …uint32_t SecondAddressChained : 1; /*!< Second address in the descriptor is Next Descriptor add… member
121 … uint32_t SecondAddressChained : 1; /*!< Seconde address is the Next Descriptor address */ member
/hal_espressif-latest/components/hal/
Demac_hal.c186 hal->rx_desc[i].RDES1.SecondAddressChained = 1; in emac_hal_reset_desc_chain()
202 hal->tx_desc[i].TDES0.SecondAddressChained = 1; in emac_hal_reset_desc_chain()