Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c777 (mtlconf->RxQ[0]).QueueOpMode = READ_BIT(heth->Instance->MACRXQC0R, in HAL_ETHEx_GetMTLConfig()
780 (mtlconf->RxQ[1]).QueueOpMode = READ_BIT(heth->Instance->MACRXQC0R, in HAL_ETHEx_GetMTLConfig()
811 …(mtlconf->TxQ[queue]).QueueOpMode = READ_BIT(heth->Instance->MTL_QUEUE[queue].MTLTXQOMR, ETH_MTLTX… in HAL_ETHEx_GetMTLConfig()
972 mtlregval = ((mtlconf->TxQ[queue]).QueueOpMode) | in ETHEx_SetMTLConfig()
981 mtlregval = (((mtlconf->RxQ[0]).QueueOpMode) | in ETHEx_SetMTLConfig()
982 ((mtlconf->RxQ[1]).QueueOpMode)); in ETHEx_SetMTLConfig()
Dstm32n6xx_hal_eth.c3126 mtlDefaultConf.RxQ[0].QueueOpMode = ETH_RX_QUEUE0_ENABLED; in ETH_MACDMAConfig()
3127 mtlDefaultConf.RxQ[1].QueueOpMode = ETH_RX_QUEUE1_ENABLED; in ETH_MACDMAConfig()
3141 mtlDefaultConf.TxQ[queue].QueueOpMode = ETH_TX_QUEUE_ENABLED; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h157 …uint32_t QueueOpMode; /*!< Queue Disabled, Enabled or AV Mode. */ member
174 …uint32_t QueueOpMode; /*!< Queue Disabled, Enabled or AV Mode. */ member