Home
last modified time | relevance | path

Searched refs:RxQueueSize (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h176 uint32_t RxQueueSize; /*!< Specifies the Rx Queue Size */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c790 (mtlconf->RxQ[queue]).RxQueueSize = READ_BIT(heth->Instance->MTL_QUEUE[queue].MTLRXQOMR, in HAL_ETHEx_GetMTLConfig()
992 ((mtlconf->RxQ[queue]).RxQueueSize) | in ETHEx_SetMTLConfig()
Dstm32n6xx_hal_eth.c3137 mtlDefaultConf.RxQ[queue].RxQueueSize = ETH_RECEIVE_QUEUE_SIZE_4096; in ETH_MACDMAConfig()