HAL
HAL_MMC_ERROR_REQUEST_NOT_APPLICABLE is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_MMC_ERROR_REQUEST_NOT_APPLICABLE

HAL_MMC_ERROR_REQUEST_NOT_APPLICABLE macro

Error when command request is not applicable

Syntax

#define HAL_MMC_ERROR_REQUEST_NOT_APPLICABLE SDMMC_ERROR_REQUEST_NOT_APPLICABLE

References

LocationText
stm32f4xx_hal_mmc.h:303
#define HAL_MMC_ERROR_REQUEST_NOT_APPLICABLE SDMMC_ERROR_REQUEST_NOT_APPLICABLE /*!< Error when command request is not applicable */
stm32f4xx_hal_mmc.c:1445
hmmc->ErrorCode |= HAL_MMC_ERROR_REQUEST_NOT_APPLICABLE;
stm32f4xx_hal_mmc.c:2752
return HAL_MMC_ERROR_REQUEST_NOT_APPLICABLE;