Home
last modified time | relevance | path

Searched refs:ETH_MTL_TX_Q_CNT (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h44 #ifndef ETH_MTL_TX_Q_CNT
45 #define ETH_MTL_TX_Q_CNT 2U macro
53 #define ETH_DMA_CH_CNT ETH_MTL_TX_Q_CNT
Dstm32n6xx_hal_eth_ex.h202 MTL_TxQueueInstance_t TxQ[ETH_MTL_TX_Q_CNT]; /*!< MTL Tx Queue Configuration */
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c804 for (queue = 0; queue < ETH_MTL_TX_Q_CNT; queue++) in HAL_ETHEx_GetMTLConfig()
970 for (queue = 0; queue < ETH_MTL_TX_Q_CNT; queue++) in ETHEx_SetMTLConfig()
Dstm32n6xx_hal_eth.c742 for (ch = 0; ch < ETH_MTL_TX_Q_CNT; ch++) in HAL_ETH_Start()
845 for (ch = 0; ch < ETH_MTL_TX_Q_CNT; ch++) in HAL_ETH_Stop()
895 for (ch = 0; ch < ETH_MTL_TX_Q_CNT; ch++) in HAL_ETH_Stop_IT()