/hal_espressif-3.6.0/components/hal/esp32s2/ |
D | touch_sensor_hal.c | 165 void touch_hal_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times) in touch_hal_sleep_channel_set_work_time() argument 168 s_meas_times = (int)meas_times; in touch_hal_sleep_channel_set_work_time() 171 void touch_hal_sleep_channel_get_work_time(uint16_t *sleep_cycle, uint16_t *meas_times) in touch_hal_sleep_channel_get_work_time() argument 174 touch_ll_get_measure_times(meas_times); in touch_hal_sleep_channel_get_work_time() 176 *meas_times = (uint16_t)s_meas_times; in touch_hal_sleep_channel_get_work_time()
|
/hal_espressif-3.6.0/components/hal/esp32s3/ |
D | touch_sensor_hal.c | 158 void touch_hal_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times) in touch_hal_sleep_channel_set_work_time() argument 161 s_meas_times = (int)meas_times; in touch_hal_sleep_channel_set_work_time() 164 void touch_hal_sleep_channel_get_work_time(uint16_t *sleep_cycle, uint16_t *meas_times) in touch_hal_sleep_channel_get_work_time() argument 167 touch_ll_get_measure_times(meas_times); in touch_hal_sleep_channel_get_work_time() 169 *meas_times = (uint16_t)s_meas_times; in touch_hal_sleep_channel_get_work_time()
|
/hal_espressif-3.6.0/components/driver/esp32s3/ |
D | touch_sensor.c | 93 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_times) in touch_pad_set_meas_time() argument 96 touch_hal_set_meas_times(meas_times); in touch_pad_set_meas_time() 103 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times) in touch_pad_get_meas_time() argument 106 TOUCH_NULL_POINTER_CHECK(meas_times, "meas_times"); in touch_pad_get_meas_time() 108 touch_hal_get_measure_times(meas_times); in touch_pad_get_meas_time() 628 esp_err_t touch_pad_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times) in touch_pad_sleep_channel_set_work_time() argument 630 touch_hal_sleep_channel_set_work_time(sleep_cycle, meas_times); in touch_pad_sleep_channel_set_work_time()
|
/hal_espressif-3.6.0/components/driver/esp32s2/include/driver/ |
D | touch_sensor.h | 54 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_times); 63 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times); 589 esp_err_t touch_pad_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times);
|
/hal_espressif-3.6.0/components/driver/esp32s3/include/driver/ |
D | touch_sensor.h | 54 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_times); 63 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times); 589 esp_err_t touch_pad_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times);
|
/hal_espressif-3.6.0/components/driver/esp32s2/ |
D | touch_sensor.c | 119 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_times) in touch_pad_set_meas_time() argument 122 touch_hal_set_meas_times(meas_times); in touch_pad_set_meas_time() 129 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times) in touch_pad_get_meas_time() argument 132 touch_hal_get_measure_times(meas_times); in touch_pad_get_meas_time() 650 esp_err_t touch_pad_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times) in touch_pad_sleep_channel_set_work_time() argument 652 touch_hal_sleep_channel_set_work_time(sleep_cycle, meas_times); in touch_pad_sleep_channel_set_work_time()
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | touch_sensor_hal.h | 623 void touch_hal_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times); 636 void touch_hal_sleep_channel_get_work_time(uint16_t *sleep_cycle, uint16_t *meas_times);
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | touch_sensor_hal.h | 615 void touch_hal_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times); 628 void touch_hal_sleep_channel_get_work_time(uint16_t *sleep_cycle, uint16_t *meas_times);
|
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/ |
D | sleep_modes.c | 137 extern void touch_hal_sleep_channel_get_work_time(uint16_t *sleep_cycle, uint16_t *meas_times); 879 uint16_t meas_times = 0; in touch_wakeup_prepare() local 886 touch_hal_sleep_channel_get_work_time(&sleep_cycle, &meas_times); in touch_wakeup_prepare() 887 touch_ll_set_meas_times(meas_times); in touch_wakeup_prepare()
|
/hal_espressif-3.6.0/components/esp_hw_support/ |
D | sleep_modes.c | 844 uint16_t meas_times = 0; in touch_wakeup_prepare() local 851 touch_hal_sleep_channel_get_work_time(&sleep_cycle, &meas_times); in touch_wakeup_prepare() 852 touch_ll_set_meas_times(meas_times); in touch_wakeup_prepare()
|