/hal_espressif-latest/components/hal/include/hal/ |
D | touch_sensor_hal.h | 150 #define touch_hal_set_channel_mask(enable_mask) touch_ll_set_channel_mask(enable_mask) argument 158 #define touch_hal_get_channel_mask(enable_mask) touch_ll_get_channel_mask(enable_mask) argument
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/ |
D | touch_sensor.c | 166 esp_err_t touch_pad_set_channel_mask(uint16_t enable_mask) in touch_pad_set_channel_mask() argument 168 TOUCH_CH_MASK_CHECK(enable_mask); in touch_pad_set_channel_mask() 170 touch_hal_set_channel_mask(enable_mask); in touch_pad_set_channel_mask() 176 esp_err_t touch_pad_get_channel_mask(uint16_t *enable_mask) in touch_pad_get_channel_mask() argument 178 TOUCH_NULL_POINTER_CHECK(enable_mask, "enable_mask"); in touch_pad_get_channel_mask() 180 touch_hal_get_channel_mask(enable_mask); in touch_pad_get_channel_mask() 186 esp_err_t touch_pad_clear_channel_mask(uint16_t enable_mask) in touch_pad_clear_channel_mask() argument 188 TOUCH_CH_MASK_CHECK(enable_mask); in touch_pad_clear_channel_mask() 190 touch_hal_clear_channel_mask(enable_mask); in touch_pad_clear_channel_mask()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/ |
D | touch_sensor.c | 192 esp_err_t touch_pad_set_channel_mask(uint16_t enable_mask) in touch_pad_set_channel_mask() argument 194 TOUCH_CH_MASK_CHECK(enable_mask); in touch_pad_set_channel_mask() 196 touch_hal_set_channel_mask(enable_mask); in touch_pad_set_channel_mask() 202 esp_err_t touch_pad_get_channel_mask(uint16_t *enable_mask) in touch_pad_get_channel_mask() argument 204 TOUCH_NULL_POINTER_CHECK(enable_mask, "enable_mask"); in touch_pad_get_channel_mask() 206 touch_hal_get_channel_mask(enable_mask); in touch_pad_get_channel_mask() 212 esp_err_t touch_pad_clear_channel_mask(uint16_t enable_mask) in touch_pad_clear_channel_mask() argument 214 TOUCH_CH_MASK_CHECK(enable_mask); in touch_pad_clear_channel_mask() 216 touch_hal_clear_channel_mask(enable_mask); in touch_pad_clear_channel_mask()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | touch_sensor_ll.h | 371 static inline void touch_ll_set_channel_mask(uint16_t enable_mask) in touch_ll_set_channel_mask() argument 373 SENS.sar_touch_enable.touch_pad_worken |= TOUCH_LL_BITS_SWAP(enable_mask); in touch_ll_set_channel_mask() 382 static inline void touch_ll_get_channel_mask(uint16_t *enable_mask) in touch_ll_get_channel_mask() argument 384 *enable_mask = TOUCH_LL_BITS_SWAP(SENS.sar_touch_enable.touch_pad_worken); in touch_ll_get_channel_mask()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/include/driver/ |
D | touch_sensor.h | 177 esp_err_t touch_pad_set_channel_mask(uint16_t enable_mask); 186 esp_err_t touch_pad_get_channel_mask(uint16_t *enable_mask); 198 esp_err_t touch_pad_clear_channel_mask(uint16_t enable_mask);
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/include/driver/ |
D | touch_sensor.h | 177 esp_err_t touch_pad_set_channel_mask(uint16_t enable_mask); 186 esp_err_t touch_pad_get_channel_mask(uint16_t *enable_mask); 198 esp_err_t touch_pad_clear_channel_mask(uint16_t enable_mask);
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | gpio.h | 69 void gpio_output_set(uint32_t set_mask, uint32_t clear_mask, uint32_t enable_mask, uint32_t disable… 86 void gpio_output_set_high(uint32_t set_mask, uint32_t clear_mask, uint32_t enable_mask, uint32_t di…
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | gpio.h | 69 void gpio_output_set(uint32_t set_mask, uint32_t clear_mask, uint32_t enable_mask, uint32_t disable… 86 void gpio_output_set_high(uint32_t set_mask, uint32_t clear_mask, uint32_t enable_mask, uint32_t di…
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | touch_sensor_ll.h | 348 static inline void touch_ll_set_channel_mask(uint16_t enable_mask) in touch_ll_set_channel_mask() argument 350 RTCCNTL.touch_scan_ctrl.touch_scan_pad_map |= (enable_mask & TOUCH_PAD_BIT_MASK_ALL); in touch_ll_set_channel_mask() 351 SENS.sar_touch_conf.touch_outen |= (enable_mask & TOUCH_PAD_BIT_MASK_ALL); in touch_ll_set_channel_mask() 360 static inline void touch_ll_get_channel_mask(uint16_t *enable_mask) in touch_ll_get_channel_mask() argument 362 *enable_mask = SENS.sar_touch_conf.touch_outen \ in touch_ll_get_channel_mask()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | touch_sensor_ll.h | 356 static inline void touch_ll_set_channel_mask(uint16_t enable_mask) in touch_ll_set_channel_mask() argument 358 RTCCNTL.touch_scan_ctrl.touch_scan_pad_map |= (enable_mask & TOUCH_PAD_BIT_MASK_ALL); in touch_ll_set_channel_mask() 359 SENS.sar_touch_conf.touch_outen |= (enable_mask & TOUCH_PAD_BIT_MASK_ALL); in touch_ll_set_channel_mask() 368 static inline void touch_ll_get_channel_mask(uint16_t *enable_mask) in touch_ll_get_channel_mask() argument 370 *enable_mask = SENS.sar_touch_conf.touch_outen \ in touch_ll_get_channel_mask()
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | gpio.h | 64 void gpio_output_set(uint32_t set_mask, uint32_t clear_mask, uint32_t enable_mask, uint32_t disable…
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | gpio.h | 64 void gpio_output_set(uint32_t set_mask, uint32_t clear_mask, uint32_t enable_mask, uint32_t disable…
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | gpio.h | 64 void gpio_output_set(uint32_t set_mask, uint32_t clear_mask, uint32_t enable_mask, uint32_t disable…
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | gpio.h | 64 void gpio_output_set(uint32_t set_mask, uint32_t clear_mask, uint32_t enable_mask, uint32_t disable…
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | gpio.h | 64 void gpio_output_set(uint32_t set_mask, uint32_t clear_mask, uint32_t enable_mask, uint32_t disable…
|
/hal_espressif-latest/components/driver/uart/ |
D | uart.c | 347 esp_err_t uart_enable_intr_mask(uart_port_t uart_num, uint32_t enable_mask) in uart_enable_intr_mask() argument 356 p_uart_obj[uart_num]->rx_int_usr_mask |= enable_mask; in uart_enable_intr_mask() 357 uart_hal_clr_intsts_mask(&(uart_context[uart_num].hal), enable_mask); in uart_enable_intr_mask() 358 uart_hal_ena_intr_mask(&(uart_context[uart_num].hal), enable_mask); in uart_enable_intr_mask() 372 static esp_err_t uart_reenable_intr_mask(uart_port_t uart_num, uint32_t enable_mask) in uart_reenable_intr_mask() argument 378 uint32_t mask = p_uart_obj[uart_num]->rx_int_usr_mask & enable_mask; in uart_reenable_intr_mask()
|