Searched refs:op_complete_sem (Results 1 – 2 of 2) sorted by relevance
59 static SemaphoreHandle_t op_complete_sem; variable70 xSemaphoreGiveFromISR(op_complete_sem, &higher_woken); in esp_mpi_complete_isr()81 if (op_complete_sem == NULL) { in esp_mpi_isr_initialise()83 op_complete_sem = xSemaphoreCreateBinaryStatic(&op_sem_buf); in esp_mpi_isr_initialise()84 if (op_complete_sem == NULL) { in esp_mpi_isr_initialise()122 if (!xSemaphoreTake(op_complete_sem, 2000 / portTICK_PERIOD_MS)) { in esp_mpi_wait_intr()
79 static SemaphoreHandle_t op_complete_sem; variable170 xSemaphoreGiveFromISR(op_complete_sem, &higher_woken); in esp_aes_complete_isr()178 if (op_complete_sem == NULL) { in esp_aes_intr_alloc()190 op_complete_sem = xSemaphoreCreateBinaryStatic(&op_sem_buf); in esp_aes_intr_alloc()192 assert(op_complete_sem != NULL); in esp_aes_intr_alloc()226 if (!xSemaphoreTake(op_complete_sem, AES_WAIT_INTR_TIMEOUT_MS / portTICK_PERIOD_MS)) { in esp_aes_dma_wait_complete()