Lines Matching +full:clock +full:- +full:mode
2 # SPDX-License-Identifier: Apache-2.0
14 clock-frequency:
16 description: Counter clock frequency
22 clk-source:
27 Selects the clock to be used by the LPMTR prescaler/glitch filter.
28 In time counter mode, this field selects the input clock to the prescaler.
29 In pulse counter mode, this field selects the input clock to the glitch filter.
30 The clock connections vary by device, see the device reference manual for
33 input-pin:
36 When LPTMR is in Pulse mode, this value
37 will be used to determine the "rising-edge
40 active-low:
43 When LPTMR is in Pulse mode, this value
51 prescale-glitch-filter:
56 When in prescaler mode, the counter is incremented every
57 2 ^ [prescaler-glitch-filter] clock cycles.
58 When in pulse mode, the counter is incremented every
59 2 ^ [prescaler-glitch-filter] rising edges detected
60 by the pin configured from the input-pin value.
61 Note, that the pulse mode cannot be 2 ^ 16.
63 timer-mode-sel:
69 for Time-Counter mode or for Pulse mode.
70 0 <- LPTMR is configured for Time Counter Mode.
71 1 <- LPTMR is configured for Pulse Mode.