mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
adc: remove useless adc_ll_set_sar_clk_div in LL
This commit is contained in:
parent
90fc3e7030
commit
56919682be
@ -651,15 +651,6 @@ static inline adc_ll_power_t adc_ll_get_power_manage(void)
|
|||||||
return manage;
|
return manage;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* ADC SAR clock division factor setting. ADC SAR clock devided from `RTC_FAST_CLK`.
|
|
||||||
*
|
|
||||||
* @param div Division factor.
|
|
||||||
*/
|
|
||||||
static inline void adc_ll_set_sar_clk_div(adc_ll_num_t adc_n, uint32_t div)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set ADC module controller.
|
* Set ADC module controller.
|
||||||
* There are five SAR ADC controllers:
|
* There are five SAR ADC controllers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user