summaryrefslogtreecommitdiff
path: root/.codespell/exclude-file.txt
diff options
context:
space:
mode:
Diffstat (limited to '.codespell/exclude-file.txt')
-rw-r--r--.codespell/exclude-file.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/.codespell/exclude-file.txt b/.codespell/exclude-file.txt
index af8265cc7..660d2e07e 100644
--- a/.codespell/exclude-file.txt
+++ b/.codespell/exclude-file.txt
@@ -1 +1,4 @@
- return USB0.INTSTS1.BIT.ATTCH ? true : false;
+ return LINK_REG->INTSTS1_b.ATTCH ? true : false;
+ volatile uint16_t ATTCH : 1; /* [11..11] ATTCH Interrupt Status */
+#define LINK_REG_INTSTS1_ATTCH_Pos (11UL) /* ATTCH (Bit 11) */
+#define LINK_REG_INTSTS1_ATTCH_Msk (0x800UL) /* ATTCH (Bitfield-Mask: 0x01) */