Searched refs:en_mask (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/driver/touch_sensor/esp32/include/driver/ |
D | touch_sensor.h | 277 esp_err_t touch_pad_set_group_mask(uint16_t set1_mask, uint16_t set2_mask, uint16_t en_mask); 287 esp_err_t touch_pad_get_group_mask(uint16_t *set1_mask, uint16_t *set2_mask, uint16_t *en_mask); 301 esp_err_t touch_pad_clear_group_mask(uint16_t set1_mask, uint16_t set2_mask, uint16_t en_mask);
|
/hal_espressif-latest/components/driver/touch_sensor/esp32/ |
D | touch_sensor.c | 209 esp_err_t touch_pad_set_group_mask(uint16_t set1_mask, uint16_t set2_mask, uint16_t en_mask) in touch_pad_set_group_mask() argument 213 …ESP_RETURN_ON_FALSE((en_mask <= TOUCH_PAD_BIT_MASK_ALL), ESP_ERR_INVALID_ARG, TOUCH_TAG, "touch w… in touch_pad_set_group_mask() 217 touch_hal_set_channel_mask(en_mask); in touch_pad_set_group_mask() 223 esp_err_t touch_pad_get_group_mask(uint16_t *set1_mask, uint16_t *set2_mask, uint16_t *en_mask) in touch_pad_get_group_mask() argument 227 TOUCH_NULL_POINTER_CHECK(en_mask, "en_mask"); in touch_pad_get_group_mask() 229 touch_hal_get_channel_mask(en_mask); in touch_pad_get_group_mask() 236 esp_err_t touch_pad_clear_group_mask(uint16_t set1_mask, uint16_t set2_mask, uint16_t en_mask) in touch_pad_clear_group_mask() argument 240 …ESP_RETURN_ON_FALSE((en_mask <= TOUCH_PAD_BIT_MASK_ALL), ESP_ERR_INVALID_ARG, TOUCH_TAG, "touch w… in touch_pad_clear_group_mask() 243 touch_hal_clear_channel_mask(en_mask); in touch_pad_clear_group_mask()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | timer_legacy.c | 376 esp_err_t timer_group_intr_enable(timer_group_t group_num, timer_intr_t en_mask) in timer_group_intr_enable() argument 381 timer_ll_enable_intr(p_timer_obj[group_num][0]->hal.dev, en_mask, true); in timer_group_intr_enable()
|