mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
12 lines
592 B
Plaintext
12 lines
592 B
Plaintext
[mapping:touch_sens_driver]
|
|
archive: libesp_driver_touch_sens.a
|
|
entries:
|
|
if TOUCH_CTRL_FUNC_IN_IRAM = y:
|
|
touch_sens_common: touch_sensor_start_continuous_scanning (noflash)
|
|
touch_sens_common: touch_sensor_stop_continuous_scanning (noflash)
|
|
touch_sens_common: touch_channel_read_data (noflash)
|
|
touch_sens_version_specific: touch_priv_channel_read_data (noflash)
|
|
if SOC_TOUCH_SUPPORT_BENCHMARK = y:
|
|
touch_sens_common: touch_channel_config_benchmark (noflash)
|
|
touch_sens_version_specific: touch_priv_config_benchmark (noflash)
|