HAL
HAL_SD_ERROR_REQUEST_NOT_APPLICABLE is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_SD_ERROR_REQUEST_NOT_APPLICABLE

HAL_SD_ERROR_REQUEST_NOT_APPLICABLE macro

Error when command request is not applicable

Syntax

#define HAL_SD_ERROR_REQUEST_NOT_APPLICABLE SDMMC_ERROR_REQUEST_NOT_APPLICABLE

References

LocationText
stm32f4xx_hal_sd.h:324
#define HAL_SD_ERROR_REQUEST_NOT_APPLICABLE SDMMC_ERROR_REQUEST_NOT_APPLICABLE /*!< Error when command request is not applicable */
stm32f4xx_hal_sd.c:1447
hsd->ErrorCode |= HAL_SD_ERROR_REQUEST_NOT_APPLICABLE;
stm32f4xx_hal_sd.c:2688
return HAL_SD_ERROR_REQUEST_NOT_APPLICABLE;
stm32f4xx_hal_sd.c:3048
return HAL_SD_ERROR_REQUEST_NOT_APPLICABLE;
stm32f4xx_hal_sd.c:3095
return HAL_SD_ERROR_REQUEST_NOT_APPLICABLE;