123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #ifndef _SAML11_PTC_INSTANCE_H_
- #define _SAML11_PTC_INSTANCE_H_
- #if (defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__))
- #else
- #endif
- #define PTC_DMAC_ID_EOC 21
- #define PTC_DMAC_ID_SEQ 22
- #define PTC_DMAC_ID_WCOMP 23
- #define PTC_GCLK_ID 19
- #define PTC_LINES_MSB 19
- #define PTC_LINES_NUM 20
- #define PTC_INSTANCE_ID 73
- #endif
|