Searched refs:meas_time (Results 1 – 6 of 6) sorted by relevance
40 #define touch_hal_set_meas_time(meas_time) touch_ll_set_meas_time(meas_time) argument47 #define touch_hal_get_meas_time(meas_time) touch_ll_get_meas_time(meas_time) argument
56 static inline void touch_ll_set_meas_time(uint16_t meas_time) in touch_ll_set_meas_time() argument59 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() argument71 *meas_time = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_ctrl1, touch_meas_delay); in touch_ll_get_meas_time()
39 #define touch_hal_set_meas_times(meas_time) touch_ll_set_meas_times(meas_time) argument46 #define touch_hal_get_measure_times(meas_time) touch_ll_get_measure_times(meas_time) argument
43 static inline void touch_ll_set_meas_times(uint16_t meas_time) in touch_ll_set_meas_times() argument46 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() argument58 *meas_time = HAL_FORCE_READ_U32_REG_FIELD(RTCCNTL.touch_ctrl1, touch_meas_num); in touch_ll_get_measure_times()