Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h224 uint32_t Preemption; /*!< Preemption or Express Packet 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()
1207 typequeueconf->Preemption = READ_BIT(heth->Instance->MACTMRQR, ETH_MACTMRQR_PFEX_Msk); in HAL_ETHEx_GetPacketTypeQueue()