Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h222 …uint32_t Queue; /*!< Indicates the receive queue number to which the packet needs to be fo… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c1130 config = typequeueconf->Preemption | (typequeueconf->Queue << 16) | typequeueconf->Type; in HAL_ETHEx_SetPacketTypeQueue()
1208 typequeueconf->Queue = (READ_BIT(heth->Instance->MACTMRQR, ETH_MACTMRQR_TMRQ_Msk) >> 16); in HAL_ETHEx_GetPacketTypeQueue()