Searched refs:sdmmc_status (Results 1 – 3 of 3) sorted by relevance
245 if (evt.sdmmc_status & SDMMC_INTMASK_CD) { in handle_idle_state_events()247 evt.sdmmc_status &= ~SDMMC_INTMASK_CD; in handle_idle_state_events()249 if (evt.sdmmc_status != 0 || evt.dma_status != 0) { in handle_idle_state_events()251 evt.sdmmc_status, evt.dma_status); in handle_idle_state_events()272 event.sdmmc_status, event.dma_status, in handle_event()273 unhandled_events->sdmmc_status, unhandled_events->dma_status); in handle_event()274 event.sdmmc_status |= unhandled_events->sdmmc_status; in handle_event()277 …ESP_LOGV(TAG, "sdmmc_handle_event: events unhandled: %08x %08x", unhandled_events->sdmmc_status, u… in handle_event()403 evt.sdmmc_status, evt.dma_status); in process_events()413 if (mask_check_and_clear(&evt.sdmmc_status, SDMMC_CMD_ERR_MASK)) { in process_events()[all …]
25 uint32_t sdmmc_status; ///< masked SDMMC interrupt status member
600 event.sdmmc_status = pending; in sdmmc_isr()