Searched refs:semphr_int (Results 1 – 1 of 1) sorted by relevance
56 SemaphoreHandle_t semphr_int; member259 if (slot->semphr_int) { in deinit_slot()260 vSemaphoreDelete(slot->semphr_int); in deinit_slot()261 slot->semphr_int = NULL; in deinit_slot()316 xSemaphoreGiveFromISR(slot->semphr_int, &awoken); in gpio_intr()409 slot->semphr_int = xSemaphoreCreateBinary(); in sdspi_host_init_device()410 if (slot->semphr_int == NULL) { in sdspi_host_init_device()432 if (slot->semphr_int) { in sdspi_host_init_device()433 vSemaphoreDelete(slot->semphr_int); in sdspi_host_init_device()434 slot->semphr_int = NULL; in sdspi_host_init_device()[all …]