Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 3 of 3) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_adc/
Dr_adc.c864 FSP_ASSERT(ADC_RESOLUTION_12_BIT == p_cfg->resolution); in r_adc_open_cfg_check()
903 FSP_ASSERT((ADC_RESOLUTION_12_BIT == p_cfg->resolution) || in r_adc_open_cfg_resolution_check()
904 (ADC_RESOLUTION_10_BIT == p_cfg->resolution) || in r_adc_open_cfg_resolution_check()
905 (ADC_RESOLUTION_8_BIT == p_cfg->resolution)); in r_adc_open_cfg_resolution_check()
907 FSP_ASSERT(ADC_RESOLUTION_12_BIT == p_cfg->resolution); in r_adc_open_cfg_resolution_check()
915 FSP_ASSERT((ADC_RESOLUTION_12_BIT == p_cfg->resolution) || in r_adc_open_cfg_resolution_check()
916 (ADC_RESOLUTION_14_BIT == p_cfg->resolution)); in r_adc_open_cfg_resolution_check()
923 FSP_ASSERT(ADC_RESOLUTION_16_BIT == p_cfg->resolution); in r_adc_open_cfg_resolution_check()
1139 adcer |= (uint32_t) p_cfg->resolution << R_ADC0_ADCER_ADPRC_Pos; in r_adc_open_sub()
/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_adc_api.h232 adc_resolution_t resolution; ///< ADC resolution member
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_adc_api.h233 adc_resolution_t resolution; ///< ADC resolution member