Searched refs:sample_time (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/drivers/adc/ |
| D | adc_cc13xx_cc26xx.c | 66 uint8_t sample_time; member 87 AUXADCEnableSync(data->ref_source, data->sample_time, AUXADC_TRIGGER_MANUAL); in adc_context_start_sampling() 137 data->sample_time = (uint16_t)ADC_ACQ_TIME_VALUE(channel_cfg->acquisition_time); in adc_cc13xx_cc26xx_channel_setup() 147 data->sample_time = AUXADC_SAMPLE_TIME_170_US; in adc_cc13xx_cc26xx_channel_setup() 152 data->sample_time = adc_cc13xx_sample_times[0].reg_value; in adc_cc13xx_cc26xx_channel_setup() 157 data->sample_time = adc_cc13xx_sample_times[i].reg_value; in adc_cc13xx_cc26xx_channel_setup() 184 LOG_DBG("Setup %d acq time %d", ch, data->sample_time); in adc_cc13xx_cc26xx_channel_setup()
|
| D | adc_mcux_adc12.c | 289 ASSERT_WITHIN_RANGE(DT_INST_PROP(n, sample_time), 2, 256, \ 297 .sample_clk_count = DT_INST_PROP(n, sample_time), \
|
| /Zephyr-latest/include/zephyr/drivers/comparator/ |
| D | mcux_acmp.h | 110 enum comp_mcux_acmp_dm_sample_time sample_time; member
|
| /Zephyr-latest/drivers/comparator/ |
| D | comparator_mcux_acmp.c | 201 .sample_time = MCUX_ACMP_DT_INST_DM_SAMPLE_TIME(inst), \ 501 acmp_dm_config.sampleTime = (acmp_discrete_sample_time_t)config->sample_time; in comp_mcux_acmp_set_dm_config()
|
| /Zephyr-latest/tests/subsys/openthread/ |
| D | radio_test.c | 922 uint32_t sample_time = 50U; in ZTEST() local 926 otPlatRadioUpdateCslSampleTime(NULL, sample_time); in ZTEST() 928 zassert_equal((sample_time - phr_duration) * NSEC_PER_USEC, in ZTEST()
|