Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dsdmmc_transaction.c393 sdmmc_event_t orig_evt = evt; in process_events() local
406 process_command_response(orig_evt.sdmmc_status, cmd); in process_events()
410 process_command_response(orig_evt.sdmmc_status, cmd); in process_events()
427 process_data_status(orig_evt.sdmmc_status, cmd); in process_events()
441 if (orig_evt.sdmmc_status & (SDMMC_INTMASK_SBE | SDMMC_INTMASK_DATA_OVER)) { in process_events()
452 process_data_status(orig_evt.sdmmc_status, cmd); in process_events()