Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h161 uint32_t TxQueueSize; /*!< Specifies the Tx Queue Size */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c806 (mtlconf->TxQ[queue]).TxQueueSize = READ_BIT(heth->Instance->MTL_QUEUE[queue].MTLTXQOMR, in HAL_ETHEx_GetMTLConfig()
974 ((mtlconf->TxQ[queue]).TxQueueSize); in ETHEx_SetMTLConfig()
Dstm32n6xx_hal_eth.c3142 mtlDefaultConf.TxQ[queue].TxQueueSize = ETH_TRANSMIT_QUEUE_SIZE_2048; in ETH_MACDMAConfig()