Lines Matching refs:accuracy
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()
226 clock_options[LFCLK_MAX_OPTS - 1].accuracy = dev_data->max_accuracy; in lfclk_init()
233 clock_options[LFCLK_MAX_OPTS - 2].accuracy = dev_data->max_accuracy; in lfclk_init()
237 clock_options[LFCLK_MAX_OPTS - 1].accuracy = dev_data->max_accuracy; in lfclk_init()
244 clock_options[LFCLK_MAX_OPTS - 2].accuracy = dev_data->max_accuracy; in lfclk_init()