29.7.10 External Interrupt Sense Configuration

Note:
  1. This register is write protected and can only be written when CTRLA.ENABLE = 0.
  2. Access to this register is limited to 32-bit width. Byte level access is not allowed.
  3. Reserved bits must always be written as ‘0’.
Table 29-12. Register Bit Attribute Legend
SymbolDescriptionSymbolDescriptionSymbolDescription
RReadable bitHCCleared by Hardware(Grey cell)Unimplemented
WWritable bitHSSet by HardwareXBit is unknown at Reset
KWrite to clearSSoftware settable bit
Name: CONFIG0
Offset: 0x1C
Reset: 0x00000000
Property: PAC Write-Protection, Enable-Protected

Bit 3130292827262524 
 FILTEN7SENSE7[2:0]FILTEN6SENSE6[2:0] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 00000000 
Bit 2322212019181716 
 FILTEN5SENSE5[2:0]FILTEN4SENSE4[2:0] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 00000000 
Bit 15141312111098 
 FILTEN3SENSE3[2:0]FILTEN2SENSE2[2:0] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 00000000 
Bit 76543210 
 FILTEN1SENSE1[2:0]FILTEN0SENSE0[2:0] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 00000000 

Bits 3, 7, 11, 15, 19, 23, 27, 31 – FILTENx Filter Enable x [x=7..0]

Note:
  1. If corresponding EXTINTx EIC.CONFIGn.SENSEx is set, then the EIC.CONFIGn.FILTERx bit must not be set.
ValueDescription
0Filter is disabled for the EIC_EXTINTx pin input.
1Majority Vote (best 2 out 3). Filter is enabled for the EIC_EXTINTx pin input.

Bits 0:2, 4:6, 8:10, 12:14, 16:18, 20:22, 24:26, 28:30 – SENSEx Input Sense Configuration x [x=7..0]

These bits define on which edge or level the interrupt or event for the EIC_EXTINTx pins will be generated.
Note:
  1. If corresponding EXTINTx EIC.CONFIGn.SENSEx is set, then the EIC.CONFIGn.FILTERx bit must not be set.
ValueNameDescription
0x0NONENo detection
0x1RISERising-edge detection
0x2FALLFalling-edge detection
0x3BOTHBoth-edge detection
0x4HIGHHigh-level detection
0x5LOWLow-level detection
0x6 - 0x7-Reserved