Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c892 assert_param( IS_ETH_ZEROQUANTA_PAUSE( macconf->ZeroQuantaPause ) ); in HAL_ETH_ConfigMAC()
957 macconf->ZeroQuantaPause | in HAL_ETH_ConfigMAC()
1186 macinit.ZeroQuantaPause = ETH_ZEROQUANTAPAUSE_DISABLE; in ETH_MACDMAConfig()
1274 macinit.ZeroQuantaPause | in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h607 …uint32_t ZeroQuantaPause; /*!< Selects or not the automatic generation of Zero-Quanta Pau… member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2065 …macconf->ZeroQuantaPause = ( ( READ_BIT( heth->Instance->MACTFCR, ETH_MACTFCR_DZPQ ) >> 7 ) == 0U … in HAL_ETH_GetMACConfig()
2548 … ( ( uint32_t ) ( ( macconf->ZeroQuantaPause == DISABLE ) ? 1U : 0U ) << 7 ) | in ETH_SetMACConfig()
2662 macDefaultConf.ZeroQuantaPause = ENABLE; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h391 …FunctionalState ZeroQuantaPause; /*!< Enable or disables the automatic generation … member