Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h456 #define touch_hal_proximity_set_channel_num(prox_pad) touch_ll_proximity_set_channel_num(prox_pad) argument
464 #define touch_hal_proximity_get_channel_num(prox_pad) touch_ll_proximity_get_channel_num(prox_pad) argument
Dtouch_sensor_ll.h962 static inline void touch_ll_proximity_set_channel_num(const touch_pad_t prox_pad[]) in touch_ll_proximity_set_channel_num() argument
964 SENS.sar_touch_conf.touch_approach_pad0 = prox_pad[0]; in touch_ll_proximity_set_channel_num()
965 SENS.sar_touch_conf.touch_approach_pad1 = prox_pad[1]; in touch_ll_proximity_set_channel_num()
966 SENS.sar_touch_conf.touch_approach_pad2 = prox_pad[2]; in touch_ll_proximity_set_channel_num()
975 static inline void touch_ll_proximity_get_channel_num(touch_pad_t prox_pad[]) in touch_ll_proximity_get_channel_num() argument
977 prox_pad[0] = SENS.sar_touch_conf.touch_approach_pad0; in touch_ll_proximity_get_channel_num()
978 prox_pad[1] = SENS.sar_touch_conf.touch_approach_pad1; in touch_ll_proximity_get_channel_num()
979 prox_pad[2] = SENS.sar_touch_conf.touch_approach_pad2; in touch_ll_proximity_get_channel_num()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h456 #define touch_hal_proximity_set_channel_num(prox_pad) touch_ll_proximity_set_channel_num(prox_pad) argument
464 #define touch_hal_proximity_get_channel_num(prox_pad) touch_ll_proximity_get_channel_num(prox_pad) argument
Dtouch_sensor_ll.h982 static inline void touch_ll_proximity_set_channel_num(const touch_pad_t prox_pad[]) in touch_ll_proximity_set_channel_num() argument
984 SENS.sar_touch_conf.touch_approach_pad0 = prox_pad[0]; in touch_ll_proximity_set_channel_num()
985 SENS.sar_touch_conf.touch_approach_pad1 = prox_pad[1]; in touch_ll_proximity_set_channel_num()
986 SENS.sar_touch_conf.touch_approach_pad2 = prox_pad[2]; in touch_ll_proximity_set_channel_num()
995 static inline void touch_ll_proximity_get_channel_num(touch_pad_t prox_pad[]) in touch_ll_proximity_get_channel_num() argument
997 prox_pad[0] = SENS.sar_touch_conf.touch_approach_pad0; in touch_ll_proximity_get_channel_num()
998 prox_pad[1] = SENS.sar_touch_conf.touch_approach_pad1; in touch_ll_proximity_get_channel_num()
999 prox_pad[2] = SENS.sar_touch_conf.touch_approach_pad2; in touch_ll_proximity_get_channel_num()
/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c53 …touch_pad_t prox_pad[SOC_TOUCH_PROXIMITY_CHANNEL_NUM] = {[0 ... (SOC_TOUCH_PROXIMITY_CHANNEL_NUM -… in touch_hal_deinit() local
54 touch_ll_proximity_set_channel_num((const touch_pad_t *)prox_pad); in touch_hal_deinit()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c53 …touch_pad_t prox_pad[SOC_TOUCH_PROXIMITY_CHANNEL_NUM] = {[0 ... (SOC_TOUCH_PROXIMITY_CHANNEL_NUM -… in touch_hal_deinit() local
54 touch_ll_proximity_set_channel_num((const touch_pad_t *)prox_pad); in touch_hal_deinit()