/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_fll16m.c | 39 uint16_t accuracy; member 43 .accuracy = FLL16M_OPEN_LOOP_ACCURACY, 51 .accuracy = FLL16M_HFXO_ACCURACY, 141 uint16_t accuracy; in fll16m_find_mgr() local 157 accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX in fll16m_find_mgr() 159 : spec->accuracy; in fll16m_find_mgr() 162 if (accuracy && in fll16m_find_mgr() 163 accuracy < clock_options[i].accuracy) { in fll16m_find_mgr() 230 clock_options[1].accuracy = FLL16M_CLOSED_LOOP_BASE_ACCURACY; in fll16m_init() 238 uint16_t accuracy; in fll16m_init() local [all …]
|
D | clock_control_nrf2_lfclk.c | 35 uint16_t accuracy : 15; member 40 .accuracy = LFCLK_LFLPRC_ACCURACY, 45 .accuracy = LFCLK_LFRC_ACCURACY, 51 .accuracy = LFCLK_HFXO_ACCURACY, 113 uint16_t accuracy; in lfclk_find_mgr() local 124 accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX in lfclk_find_mgr() 126 : spec->accuracy; in lfclk_find_mgr() 129 if ((accuracy && in lfclk_find_mgr() 130 accuracy < clock_options[i].accuracy) || in lfclk_find_mgr() 222 clock_options[LFCLK_MAX_OPTS - 2].accuracy = dev_data->max_accuracy; in lfclk_init() [all …]
|
D | clock_control_nrf2_common.c | 89 int lfosc_get_accuracy(uint16_t *accuracy) in lfosc_get_accuracy() argument 93 *accuracy = 500U; in lfosc_get_accuracy() 96 *accuracy = 250U; in lfosc_get_accuracy() 99 *accuracy = 150U; in lfosc_get_accuracy() 102 *accuracy = 100U; in lfosc_get_accuracy() 105 *accuracy = 75U; in lfosc_get_accuracy() 108 *accuracy = 50U; in lfosc_get_accuracy() 111 *accuracy = 30U; in lfosc_get_accuracy() 114 *accuracy = 20U; in lfosc_get_accuracy()
|
D | clock_control_nrf2_common.h | 47 int lfosc_get_accuracy(uint16_t *accuracy);
|
D | clock_control_nrf2_hfxo.c | 184 if (spec->accuracy && in is_clock_spec_valid() 185 spec->accuracy != NRF_CLOCK_CONTROL_ACCURACY_MAX && in is_clock_spec_valid() 186 spec->accuracy < dev_config->fixed_accuracy) { in is_clock_spec_valid()
|
D | Kconfig.stm32 | 64 Bigger window sizes increase accuracy of the measure, but increase the time 79 at regular intervals to obtain better accuracy.
|
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/ |
D | main.c | 22 .accuracy = 0, 27 .accuracy = 0, 32 .accuracy = 0, 41 .accuracy = 20000, 46 .accuracy = 5020, 51 .accuracy = 30, 67 .accuracy = 20, 72 .accuracy = 0, 77 .accuracy = 0, 133 .accuracy = 0, [all …]
|
/Zephyr-latest/samples/boards/nordic/clock_control/ |
D | Kconfig | 16 0 -> ignore accuracy 17 1 -> use max accuracy 18 >1 -> use at minimum selected accuracy
|
/Zephyr-latest/tests/drivers/disk/disk_performance/boards/ |
D | mimxrt1064_evk.overlay | 7 /* Disable GPT timer and use systick for better timer accuracy
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | nrf54h20dk_nrf54h20-common.dtsi | 13 accuracy-ppm = <30>;
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | btca.c | 106 if (a->clk_quality.accuracy > b->clk_quality.accuracy) { in ptp_btca_ds_cmp()
|
D | ddt.h | 84 uint8_t accuracy; member
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ptp_time.rst | 16 time in fractional nanoseconds accuracy. The PTP time format is used
|
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/ |
D | Kconfig | 5 mainmenu "ADC accuracy test"
|
D | README.txt | 1 ADC accuracy test
|
/Zephyr-latest/drivers/sensor/st/stm32_digi_temp/ |
D | Kconfig | 16 sensors differ in precision, accuracy and power consumption. Users
|
/Zephyr-latest/boards/shields/ti_bp_bassensorsmkii/doc/ |
D | index.rst | 24 - TI TMP117 ultra-high accuracy temperature sensor with breakout
|
/Zephyr-latest/samples/boards/nordic/clock_control/src/ |
D | main.c | 57 .accuracy = CONFIG_SAMPLE_CLOCK_ACCURACY_PPM, in main()
|
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/ |
D | Kconfig | 35 bool "High accuracy (47, 83, 20)"
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | nrf_clock_control.h | 185 uint16_t accuracy : 15; member
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.gecko | 24 2. In general, accuracy of real-time scheduling by kernel will be
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | README.rst | 20 single sample accuracy.
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | Kconfig | 32 bool "High accuracy (47, 83, 20)"
|
/Zephyr-latest/samples/sensor/adt7420/ |
D | README.rst | 2 :name: ADT7420 high-accuracy digital I2C temperature sensor
|
/Zephyr-latest/samples/sensor/jc42/ |
D | README.rst | 27 accuracy. It is I2C compatible and supports up to 16 devices on the bus.
|