Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h1379 #define ETH_RECEIVE_QUEUE_SIZE_4096 (ETH_RECEIVE_QUEUE_SIZE_2048 | ETH_MTLRXQxOMR_RQS_3) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c3137 mtlDefaultConf.RxQ[queue].RxQueueSize = ETH_RECEIVE_QUEUE_SIZE_4096; in ETH_MACDMAConfig()