xtopology_g.c 256 B

123456789101112131415
  1. #include "netif/xtopology.h"
  2. #include "xparameters.h"
  3. struct xtopology_t xtopology[] = {
  4. {
  5. 0xFF0E0000,
  6. xemac_type_emacps,
  7. 0x0,
  8. 0x0,
  9. 0xF8F00100,
  10. XPAR_XEMACPS_3_INTR,
  11. },
  12. };
  13. int xtopology_n_emacs = 1;