Lines Matching refs:semphr_int
56 SemaphoreHandle_t semphr_int; member
259 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()
973 xSemaphoreTake(slot->semphr_int, 0); in sdspi_host_io_int_wait()
976 BaseType_t ret = xSemaphoreTake(slot->semphr_int, timeout_ticks); in sdspi_host_io_int_wait()