/hal_espressif-latest/components/hal/esp32s2/ |
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 160 s_sleep_cycle = (int)sleep_cycle; 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 172 touch_ll_get_sleep_time(sleep_cycle); in touch_hal_sleep_channel_get_work_time() 174 *sleep_cycle = (uint16_t)s_sleep_cycle; in touch_hal_sleep_channel_get_work_time()
|
/hal_espressif-latest/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 160 s_sleep_cycle = (int)sleep_cycle; 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 172 touch_ll_get_sleep_time(sleep_cycle); in touch_hal_sleep_channel_get_work_time() 174 *sleep_cycle = (uint16_t)s_sleep_cycle; in touch_hal_sleep_channel_get_work_time()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/include/driver/ |
D | touch_sensor.h | 105 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_times) 115 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times) 642 esp_err_t touch_pad_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times);
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/include/driver/ |
D | touch_sensor.h | 105 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_times) 115 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times) 642 esp_err_t touch_pad_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_t meas_times);
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/ |
D | touch_sensor.c | 129 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_times) in touch_pad_set_meas_time() argument 132 touch_pad_set_measurement_interval(sleep_cycle); in touch_pad_set_meas_time() 136 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times) in touch_pad_get_meas_time() argument 138 TOUCH_NULL_POINTER_CHECK(sleep_cycle, "sleep_cycle"); in touch_pad_get_meas_time() 140 touch_pad_get_measurement_interval(sleep_cycle); in touch_pad_get_meas_time() 654 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 656 touch_hal_sleep_channel_set_work_time(sleep_cycle, meas_times); in touch_pad_sleep_channel_set_work_time()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/ |
D | touch_sensor.c | 155 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_times) in touch_pad_set_meas_time() argument 158 touch_pad_set_measurement_interval(sleep_cycle); in touch_pad_set_meas_time() 162 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times) in touch_pad_get_meas_time() argument 164 TOUCH_NULL_POINTER_CHECK(sleep_cycle, "sleep_cycle"); in touch_pad_get_meas_time() 166 touch_pad_get_measurement_interval(sleep_cycle); in touch_pad_get_meas_time() 682 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 684 touch_hal_sleep_channel_set_work_time(sleep_cycle, meas_times); in touch_pad_sleep_channel_set_work_time()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32/include/driver/ |
D | touch_sensor.h | 185 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_cycle) 196 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_cycle)
|
/hal_espressif-latest/components/driver/touch_sensor/esp32/ |
D | touch_sensor.c | 161 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_cycle) in touch_pad_set_meas_time() argument 164 touch_pad_set_measurement_interval(sleep_cycle); in touch_pad_set_meas_time() 168 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_cycle) in touch_pad_get_meas_time() argument 170 TOUCH_NULL_POINTER_CHECK(sleep_cycle, "sleep_cycle"); in touch_pad_get_meas_time() 172 touch_pad_get_measurement_interval(sleep_cycle); in touch_pad_get_meas_time()
|
/hal_espressif-latest/components/hal/esp32s2/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-latest/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-latest/components/esp_hw_support/ |
D | sleep_modes.c | 1490 uint16_t sleep_cycle = 0; local 1498 touch_hal_sleep_channel_get_work_time(&sleep_cycle, &meas_times); 1500 touch_ll_set_sleep_time(sleep_cycle);
|