| 12345678910111213141516171819 |
- #ifndef DMADRIVER_LMK04821_H
- #define DMADRIVER_LMK04821_H
- //#include "tmsgheaders.h"
- #include <stdint.h>
- #include <unistd.h>
- #include <stdio.h>
- #define LMK_BASE_ADDR 0x10
- #define LMK_B_BASE_ADDR 0x14
- #define LMK_COUNT 129
- void lmk04821_a_init(void *bar1);
- void lmk04821_b_init(void *bar1);
- #endif //DMADRIVER_LMK04821_H
|