mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
soc: update the csv headers for esp32s3
This commit is contained in:
@@ -170,7 +170,7 @@ static inline void touch_ll_get_voltage_attenuation(touch_volt_atten_t *atten)
|
||||
*/
|
||||
static inline void touch_ll_set_slope(touch_pad_t touch_num, touch_cnt_slope_t slope)
|
||||
{
|
||||
RTCIO.touch_pad[touch_num].dac = slope;
|
||||
abort();//IDF-3417
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -185,7 +185,7 @@ static inline void touch_ll_set_slope(touch_pad_t touch_num, touch_cnt_slope_t s
|
||||
*/
|
||||
static inline void touch_ll_get_slope(touch_pad_t touch_num, touch_cnt_slope_t *slope)
|
||||
{
|
||||
*slope = (touch_cnt_slope_t)RTCIO.touch_pad[touch_num].dac;
|
||||
abort();//IDF-3417
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user