Home
last modified time | relevance | path

Searched refs:IS_ETH_RXDMA_BURST_LENGTH (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c1031 assert_param( IS_ETH_RXDMA_BURST_LENGTH( dmaconf->RxDMABurstLength ) ); in HAL_ETH_ConfigDMA()
Dstm32fxx_hal_eth.h250 #define IS_ETH_RXDMA_BURST_LENGTH( LENGTH ) \ macro