12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #ifndef _SAML11_CCL_INSTANCE_H_
- #define _SAML11_CCL_INSTANCE_H_
- #if (defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__))
- #define REG_CCL_CTRL (0x42002C00)
- #define REG_CCL_SEQCTRL (0x42002C04)
- #define REG_CCL_SEQCTRL0 (0x42002C04)
- #define REG_CCL_LUTCTRL (0x42002C08)
- #define REG_CCL_LUTCTRL0 (0x42002C08)
- #define REG_CCL_LUTCTRL1 (0x42002C0C)
- #else
- #define REG_CCL_CTRL (*(__IO uint8_t*)0x42002C00U)
- #define REG_CCL_SEQCTRL (*(__IO uint8_t*)0x42002C04U)
- #define REG_CCL_SEQCTRL0 (*(__IO uint8_t*)0x42002C04U)
- #define REG_CCL_LUTCTRL (*(__IO uint32_t*)0x42002C08U)
- #define REG_CCL_LUTCTRL0 (*(__IO uint32_t*)0x42002C08U)
- #define REG_CCL_LUTCTRL1 (*(__IO uint32_t*)0x42002C0CU)
- #endif
- #define CCL_GCLK_ID 20
- #define CCL_LUT_NUM 2
- #define CCL_SEQ_NUM 1
- #define CCL_INSTANCE_ID 75
- #endif
|