rt-thread-official/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/xtopology_g.c

16 lines
256 B
C
Raw Normal View History

#include "netif/xtopology.h"
#include "xparameters.h"
struct xtopology_t xtopology[] = {
2021-05-14 14:42:21 +08:00
{
0xFF0E0000,
xemac_type_emacps,
0x0,
0x0,
0xF8F00100,
XPAR_XEMACPS_3_INTR,
},
};
int xtopology_n_emacs = 1;