1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #ifndef _SAML11_RSTC_INSTANCE_H_
- #define _SAML11_RSTC_INSTANCE_H_
- #if (defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__))
- #define REG_RSTC_RCAUSE (0x40000C00)
- #else
- #define REG_RSTC_RCAUSE (*(__I uint8_t*)0x40000C00U)
- #endif
- #define RSTC_BACKUP_IMPLEMENTED 0
- #define RSTC_NUMBER_OF_EXTWAKE 0
- #define RSTC_INSTANCE_ID 3
- #endif
|