Lines Matching refs:const

17 proc const {name value} {  procedure
22 const DEFAULT_RESOLUTION 12
23 const MIN_SAMPLE_TIME_NS 83.0
24 const OTHER_ADC_CLOCKS 2
29 const ADC_CLOCKS_NOT_SAMPLING 1
31 const APERTURE_TIMER_COUNT 4 ;# There are four timers in the SAR
32 const APERTURE_TIMER_MIN 2 ;# The minimum value for each timer is 2 clocks
33 const APERTURE_TIMER_MAX 1023
38 const ADC_CLOCK_MAX_HZ 60000000
39 const ADC_CLOCK_MIN_HZ 1000000
41 const MIN_ADC_CLOCK_DIV 2
43 const MAX_NUM_CHANNELS 16
45 const ARG_IDX_HF_CLK_RATE 0
46 const ARG_IDX_IS_FIXED_CLOCK 1
47 const ARG_IDX_CLK_RATE 2
48 const ARG_IDX_MIN_CLK_RATE 3
49 const ARG_IDX_MAX_CLK_RATE 4
50 const ARG_IDX_IS_SINGLE_SHOT 5
51 const ARG_IDX_SAMPLE_RATE 6
52 const ARG_IDX_NUM_CHANNELS 7
53 const ARG_IDX_CHANNEL_INFO 8
55 const NUM_ARGS_PER_CHANNEL 2
57 const SUCCESS 0
58 const ERROR_ARG_COUNT 1
59 const ERROR_ID 2
60 const ERROR_ARG_VALUE 3
61 const ERROR_FAIL_SCHEDULING 4
75 const TIMING_IDEAL_SAMPLE_ADC_CLOCK 0
76 const TIMING_SAMPLE_COUNT 1
77 const TIMING_IS_ENABLED 2
78 const TIMING_CHANNEL_NUM 3
87 const CHAN_MIN_ACQ_TIME_NS 0
88 const CHAN_SAMPLES_PER_SCAN 1
89 const CHAN_IS_ENABLED 2
90 const CHAN_RESOLUTION 3
92 const CHAN_TIMER 4
93 const CHAN_ACHIEVED_ACQ_TIME_NS 5
94 const CHAN_ACHIEVED_SAMPLE_TIME_NS 6
95 const CHAN_MIN_ACQ_ADC_CLOCKS_NEEDED 7 ;# Minimum number of ADC clocks to acquire the channel
96 const CHAN_MIN_CONV_ADC_CLOCKS_NEEDED 8 ;# Minimum number of ADC clocks needed for a conversion
97 const CHAN_MIN_TOTAL_ADC_CLOCKS_NEEDED 9 ;# Minimum number of ADC clocks needed for sampling (acqu…
98 const CHAN_MAPPED_ACQ_ADC_CLOCKS 10 ;# Actual number of ADC clocks to acquire the channel
99 const CHAN_MAPPED_TOTAL_ADC_CLOCKS 11 ;# Actual number of ADC clocks needed for sampling (acqui…