2024-06-07 05:16:29 -04:00
|
|
|
[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)
|
2024-06-07 05:26:31 -04:00
|
|
|
touch_sens_common: touch_channel_config_benchmark (noflash)
|
2024-06-07 05:16:29 -04:00
|
|
|
touch_sens_version_specific: touch_priv_channel_read_data (noflash)
|
2024-06-07 05:26:31 -04:00
|
|
|
touch_sens_version_specific: touch_priv_config_benchmark (noflash)
|