Lines Matching +full:int +full:- +full:a
1 # SPDX-License-Identifier: Apache-2.0
12 int "The number of timer samples to gather for statistics"
21 int "The number of microseconds to for the timer period"
25 int "Maximum standard deviation in microseconds allowed"
31 int "Maximum drift in microseconds allowed (should be about 1 period allowance)"
35 int "Maximum drift percentage for the timer period"
39 # example if a new tick elapses right after the kernel gets the number
40 # of elapsed ticks when scheduling a new timeout but before the timer
45 A value of 10 means 10%.
50 Toggles a GPIO pin, on every period, that can be used by an external
51 tool (such as a logic analyzer) to gather timing data. A pytest harness
57 int "Maximum drift in PPM for tests using external tool"
61 connected to a GPIO pin is used to measure time behaviour.
64 int "Maximum timer period drift in PPM for tests using external tool"
68 connected to a GPIO pin is used to measure time behaviour.
71 int "Delay, in seconds, between tests, so that external tool can be ready"