Home
last modified time | relevance | path

Searched refs:ETH_TXDMABURSTLENGTH_32BEAT (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h185 ((LENGTH) == ETH_TXDMABURSTLENGTH_32BEAT) || \
1386 #define ETH_TXDMABURSTLENGTH_32BEAT 0x00002000U /*!< maximum number of beats to be transfe… macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h185 ((LENGTH) == ETH_TXDMABURSTLENGTH_32BEAT) || \
1323 #define ETH_TXDMABURSTLENGTH_32BEAT 0x00002000U /*!< maximum number of beats to be transfe… macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h185 ((LENGTH) == ETH_TXDMABURSTLENGTH_32BEAT) || \
1382 #define ETH_TXDMABURSTLENGTH_32BEAT 0x00002000U /*!< maximum number of beats to be transfe… macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h185 ((LENGTH) == ETH_TXDMABURSTLENGTH_32BEAT) || \
1387 #define ETH_TXDMABURSTLENGTH_32BEAT ((uint32_t)0x00002000U) /*!< maximum number of beats t… macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h1213 #define ETH_TXDMABURSTLENGTH_32BEAT ETH_DMACTCR_TPBL_32PBL macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h1213 #define ETH_TXDMABURSTLENGTH_32BEAT ETH_DMACTCR_TPBL_32PBL macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h1001 #define ETH_TXDMABURSTLENGTH_32BEAT 0x00002000U /*!< maximum number of beats to be transfe… macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h1001 #define ETH_TXDMABURSTLENGTH_32BEAT 0x00002000U /*!< maximum number of beats to be transfe… macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h1213 #define ETH_TXDMABURSTLENGTH_32BEAT ETH_DMACTCR_TPBL_32PBL macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h1087 #define ETH_TXDMABURSTLENGTH_32BEAT ETH_DMACTCR_TPBL_32PBL macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h1301 #define ETH_TXDMABURSTLENGTH_32BEAT ETH_DMACxTXCR_TXPBL_32PBL macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c2010 dmainit.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c2017 dmainit.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c2002 dmainit.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c2016 dmainit.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2904 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c2586 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2904 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c2925 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c2991 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c2943 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c3166 dmaDefaultConf.DMACh[ch].TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()