lmk04821.h 359 B

12345678910111213141516171819
  1. #ifndef DMADRIVER_LMK04821_H
  2. #define DMADRIVER_LMK04821_H
  3. //#include "tmsgheaders.h"
  4. #include <stdint.h>
  5. #include <unistd.h>
  6. #include <stdio.h>
  7. #define LMK_BASE_ADDR 0x10
  8. #define LMK_B_BASE_ADDR 0x14
  9. #define LMK_COUNT 129
  10. void lmk04821_a_init(void *bar1);
  11. void lmk04821_b_init(void *bar1);
  12. #endif //DMADRIVER_LMK04821_H