Searched refs:hw_settle_time (Results 1 – 4 of 4) sorted by relevance
113 unsigned int hw_settle_time; member317 buf[6] |= FIELD_PREP(ADC_TM5_M_CTL_HW_SETTLE_DELAY_MASK, channel->hw_settle_time); in adc_tm5_configure()516 channel->hw_settle_time = ret; in adc_tm5_get_dt_channel_data()518 channel->hw_settle_time = VADC_DEF_HW_SETTLE_TIME; in adc_tm5_get_dt_channel_data()
126 unsigned int hw_settle_time; member259 buf[3] |= prop->hw_settle_time; in adc5_configure()299 buf[3] |= prop->hw_settle_time; in adc7_configure()711 prop->hw_settle_time = ret; in adc5_get_dt_channel_data()713 prop->hw_settle_time = VADC_DEF_HW_SETTLE_TIME; in adc5_get_dt_channel_data()
92 unsigned int hw_settle_time; member232 ret = vadc_write(vadc, VADC_HW_SETTLE_DELAY, prop->hw_settle_time); in vadc_configure()706 prop->hw_settle_time = ret; in vadc_get_dt_channel_data()708 prop->hw_settle_time = VADC_DEF_HW_SETTLE_TIME; in vadc_get_dt_channel_data()
129 conversion. The 'hw_settle_time' is an index used from valid values
Completed in 14 milliseconds