Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c175 shared_vector_desc_t *svd = vd->shared_vec_info; in find_desc_for_source() local
176 assert(svd != NULL); in find_desc_for_source()
177 while(svd) { in find_desc_for_source()
178 if (svd->source == source) { in find_desc_for_source()
182 svd = svd->next; in find_desc_for_source()
731 shared_vector_desc_t *svd = handle->vector_desc->shared_vec_info; in intr_free_for_current_cpu() local
733 assert(svd); //should be something in there for a shared int in intr_free_for_current_cpu()
734 while (svd != NULL) { in intr_free_for_current_cpu()
735 if (svd == handle->shared_vector_desc) { in intr_free_for_current_cpu()
738 prevsvd->next = svd->next; in intr_free_for_current_cpu()
[all …]