Searched refs:s_intr_handle (Results 1 – 2 of 2) sorted by relevance
55 static intr_handle_t s_intr_handle; variable64 assert(s_intr_handle == NULL && "ref clock already initialized"); in ref_clock_init()130 …OR_CHECK(esp_intr_alloc(ETS_PCNT_INTR_SOURCE, ESP_INTR_FLAG_IRAM, pcnt_isr, NULL, &s_intr_handle)); in ref_clock_init()145 assert(s_intr_handle && "ref clock deinit called without init"); in ref_clock_deinit()149 esp_intr_free(s_intr_handle); in ref_clock_deinit()150 s_intr_handle = NULL; in ref_clock_deinit()
33 static intr_handle_t s_intr_handle; variable261 if (s_intr_handle) { in sdmmc_host_init()292 …rr_t ret = esp_intr_alloc(ETS_SDIO_HOST_INTR_SOURCE, 0, &sdmmc_isr, s_event_queue, &s_intr_handle); in sdmmc_host_init()324 esp_intr_free(s_intr_handle); in sdmmc_host_init()325 s_intr_handle = NULL; in sdmmc_host_init()369 if (!s_intr_handle) { in sdmmc_host_init_slot()490 if (!s_intr_handle) { in sdmmc_host_deinit()493 esp_intr_free(s_intr_handle); in sdmmc_host_deinit()494 s_intr_handle = NULL; in sdmmc_host_deinit()