Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c1114 … const ETH_PacketTypeQueueConfigTypeDef *typequeueconf) in HAL_ETHEx_SetPacketTypeQueue() argument
1119 if (typequeueconf == NULL) in HAL_ETHEx_SetPacketTypeQueue()
1129 cmd = ETH_WRITE_OPERATION | ETH_MACIACR_OB | ((uint32_t)(typequeueconf->Address) << 8); in HAL_ETHEx_SetPacketTypeQueue()
1130 config = typequeueconf->Preemption | (typequeueconf->Queue << 16) | typequeueconf->Type; in HAL_ETHEx_SetPacketTypeQueue()
1170 …_ETHEx_GetPacketTypeQueue(ETH_HandleTypeDef *heth, ETH_PacketTypeQueueConfigTypeDef *typequeueconf) in HAL_ETHEx_GetPacketTypeQueue() argument
1179 if (typequeueconf == NULL) in HAL_ETHEx_GetPacketTypeQueue()
1184 cmd = ETH_READ_OPERATION | ETH_MACIACR_OB | ((uint32_t)(typequeueconf->Address) << 8); in HAL_ETHEx_GetPacketTypeQueue()
1207 typequeueconf->Preemption = READ_BIT(heth->Instance->MACTMRQR, ETH_MACTMRQR_PFEX_Msk); in HAL_ETHEx_GetPacketTypeQueue()
1208 typequeueconf->Queue = (READ_BIT(heth->Instance->MACTMRQR, ETH_MACTMRQR_TMRQ_Msk) >> 16); in HAL_ETHEx_GetPacketTypeQueue()
1209 typequeueconf->Type = READ_BIT(heth->Instance->MACTMRQR, ETH_MACTMRQR_TYP_Msk); in HAL_ETHEx_GetPacketTypeQueue()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h686 … const ETH_PacketTypeQueueConfigTypeDef *typequeueconf);
688 ETH_PacketTypeQueueConfigTypeDef *typequeueconf);