Debouncing Action

Separate debouncers are embedded for each external input. The debouncer for each input is enabled/disabled with the Debounce Enable bits in the Tamper Control register (TAMPCTRL.DEBNCn). The debouncer configuration is fixed for all inputs as set by the Control B register (CTRLB).

The debouncing period duration is configurable using the Debounce Frequency field in the Control B register (CTRLB.DEBF). The period is set for all debouncers (i.e., the duration cannot be adjusted separately for each debouncer).

When TAMPCTRL.DEBNCn = 0, IN0n is detected asynchronously. See Figure 1 for an example.

When TAMPCTRL.DEBNCn = 1, the detection time depends on whether the debouncer operates synchronously or asynchronously, and whether majority detection is enabled or not. Refer the following table for more details.

Synchronous versus asynchronous stability debouncing is configured by the Debounce Asynchronous Enable bit in the Control B register (CTRLB.DEBASYNC):

Majority debouncing is configured by the Debounce Majority Enable bit in the Control B register (CTRLB. CTRLB.DEBMAJ). IN0n must be valid for two out of three CLK_RTC_DEB periods. See Figure 4 for an example.

Table 1. Debouncer Configuration
TAMPCTRL.DEBNCn CTRLB.DEBMAJ CTRLB.DEBASYNC Description
0 X X Detect edge on INn with no debouncing. Every edge detected is immediately triggered.
1 0 0

Detect edge on INn with synchronous stabilitydebouncing. Edge detected is only triggered when INn is stable for four consecutive CLK_RTC_DEB periods.

1 0 1

Detect edge on INn with asynchronous stabilitydebouncing. First detected edge is triggered immediately. All subsequent detected. Edges are ignored until INn is stable for four consecutive CLK_RTC_DEB periods.

1 1 X

Detect edge on INn with majority debouncing. Pin INn is sampled for three consecutive CLK_RTC_DEB periods. Signal level is determined by majority rule(LLL, LLH, LHL,HLL = “0” and LHH, HLH, HHL, HHH = “1”).

Figure 1. Edge Detection with Debouncer Disabled
Figure 2. Edge Detection with Synchronous Stability Debouncing
Figure 3. Edge Detection with Asynchronous Stability Debouncing
Figure 4. Edge Detection with Majority Debouncing