Home
last modified time | relevance | path

Searched refs:meas_time (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_hal.h40 #define touch_hal_set_meas_time(meas_time) touch_ll_set_meas_time(meas_time) argument
47 #define touch_hal_get_meas_time(meas_time) touch_ll_get_meas_time(meas_time) argument
Dtouch_sensor_ll.h56 static inline void touch_ll_set_meas_time(uint16_t meas_time) in touch_ll_set_meas_time() argument
59 HAL_FORCE_MODIFY_U32_REG_FIELD(SENS.sar_touch_ctrl1, touch_meas_delay, meas_time); in touch_ll_set_meas_time()
69 static inline void touch_ll_get_meas_time(uint16_t *meas_time) in touch_ll_get_meas_time() argument
71 *meas_time = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_ctrl1, touch_meas_delay); in touch_ll_get_meas_time()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h39 #define touch_hal_set_meas_times(meas_time) touch_ll_set_meas_times(meas_time) argument
46 #define touch_hal_get_measure_times(meas_time) touch_ll_get_measure_times(meas_time) argument
Dtouch_sensor_ll.h43 static inline void touch_ll_set_meas_times(uint16_t meas_time) in touch_ll_set_meas_times() argument
46 HAL_FORCE_MODIFY_U32_REG_FIELD(RTCCNTL.touch_ctrl1, touch_meas_num, meas_time); in touch_ll_set_meas_times()
56 static inline void touch_ll_get_measure_times(uint16_t *meas_time) in touch_ll_get_measure_times() argument
58 *meas_time = HAL_FORCE_READ_U32_REG_FIELD(RTCCNTL.touch_ctrl1, touch_meas_num); in touch_ll_get_measure_times()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h39 #define touch_hal_set_meas_times(meas_time) touch_ll_set_meas_times(meas_time) argument
46 #define touch_hal_get_measure_times(meas_time) touch_ll_get_measure_times(meas_time) argument
Dtouch_sensor_ll.h43 static inline void touch_ll_set_meas_times(uint16_t meas_time) in touch_ll_set_meas_times() argument
46 HAL_FORCE_MODIFY_U32_REG_FIELD(RTCCNTL.touch_ctrl1, touch_meas_num, meas_time); in touch_ll_set_meas_times()
56 static inline void touch_ll_get_measure_times(uint16_t *meas_time) in touch_ll_get_measure_times() argument
58 *meas_time = HAL_FORCE_READ_U32_REG_FIELD(RTCCNTL.touch_ctrl1, touch_meas_num); in touch_ll_get_measure_times()