Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_protocol.h245IS_APP_CMD = (1 << 5), /* The card will expect ACMD, or indication that the command has be… enumerator
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_protocol.c371 if (!(cmd.resp[0] & IS_APP_CMD)) { in MmcAppCmd()