Home
last modified time | relevance | path

Searched refs:ADC_SAMPLE_STATE_COUNT_MIN (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_adc.h42 #define ADC_SAMPLE_STATE_COUNT_MIN (7U) macro
/hal_renesas-latest/drivers/ra/fsp/src/r_adc/
Dr_adc.c811 FSP_ASSERT(p_sample->num_states >= ADC_SAMPLE_STATE_COUNT_MIN); in r_adc_sample_state_cfg_check()
1347 if (sample_states < ADC_SAMPLE_STATE_COUNT_MIN) in r_adc_sensor_sample_state_calculation()
1349 sample_states = ADC_SAMPLE_STATE_COUNT_MIN; in r_adc_sensor_sample_state_calculation()