Searched defs:sleep_cycle (Results 1 – 6 of 6) sorted by relevance
/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() 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()
|
/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() 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()
|
/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() 162 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times) 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()
|
/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() 136 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_times) 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()
|
/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() 168 esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle, uint16_t *meas_cycle) in touch_pad_get_meas_time()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_modes.c | 1490 uint16_t sleep_cycle = 0; local
|