lmx2594.h 420 B

123456789101112131415
  1. #ifndef DMADRIVER_LMX2594_H
  2. #define DMADRIVER_LMX2594_H
  3. #include "tmsgheaders.h"
  4. #include "lmx2594regs.h"
  5. #define LMX_COUNT 113
  6. #define LMX_BASE_ADDR 0x04
  7. void lmx2594_init(void *bar1);
  8. int lmx_freq_set_main_band(void *bar1, double freq, double f_pd);
  9. int lmx_freq_set_out_of_band(void *bar1, double freq, double f_pd);
  10. int lmx_freq_set(void *bar1, double freq);
  11. #endif //DMADRIVER_LMX2594_H