Lines Matching refs:define
26 Also check if either MII or RMII is used ( define `ipconfigUSE_RMII`
33 #define ipconfigMAC_INTERRUPT_PRIORITY ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY )
55 Note that it is required to define `HAL_ETH_MODULE_ENABLED` in your STM32 configuration file. The n…
65 #define HAL_MODULE_ENABLED
66 #define HAL_ETH_MODULE_ENABLED /* <= this one is needed to get Ethernet. */
67 #define HAL_SRAM_MODULE_ENABLED
68 #define HAL_RNG_MODULE_ENABLED
69 #define HAL_RTC_MODULE_ENABLED
78 #define ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES 1
79 #define ipconfigDRIVER_INCLUDED_TX_IP_CHECKSUM 1
80 #define ipconfigDRIVER_INCLUDED_RX_IP_CHECKSUM 1
81 #define ipconfigZERO_COPY_RX_DRIVER 1
82 #define ipconfigZERO_COPY_TX_DRIVER 1
83 #define ipconfigUSE_LINKED_RX_MESSAGES 1
88 #define ETH_RXBUFNB 3 or 4
89 #define ETH_TXBUFNB 1 or 2
90 #define ETH_RX_BUF_SIZE ( ipconfigNETWORK_MTU + 36 )
91 #define ETH_TX_BUF_SIZE ( ipconfigNETWORK_MTU + 36 )
94 …XBUFNB` and `ETH_TXBUFNB` depends on the speed of the CPU. These macro's define the number of DMA …
125 _edata = .; // define a global symbol at data end