Search found 1 match

by Kikiki
Mon Mar 25, 2024 12:17 am
Forum: ESP-IDF
Topic: esp32-camera: understanding the interrupts
Replies: 1
Views: 602

esp32-camera: understanding the interrupts

Hi, I'm trying to figure out when those interrupts (DMA, ETS_LCD_CAM_INTR_SOURCE) occur exactly here is a snippet from https://github.com/espressif/esp32-camera/blob/master/target/esp32s3/ll_cam.c#L400 esp_err_t ll_cam_init_isr(cam_obj_t *cam) { esp_err_t ret = ESP_OK; ret = esp_intr_alloc_intrstatu...