Home
last modified time | relevance | path

Searched refs:SDMMC_ERROR_ILLEGAL_CMD (Results 1 – 25 of 53) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c839 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_ReadDirect()
902 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_WriteDirect()
1017 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_ReadExtended()
1222 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_WriteExtended()
1440 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_ReadExtended_DMA()
1584 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_WriteExtended_DMA()
2549 } while ((errorstate == SDMMC_ERROR_ILLEGAL_CMD) && (timeout != SDIO_TIMEOUT)); in SDIO_InitCard()
Dstm32u5xx_ll_sdmmc.c1441 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1686 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp5()
1763 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c839 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_ReadDirect()
902 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_WriteDirect()
1017 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_ReadExtended()
1222 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_WriteExtended()
1440 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_ReadExtended_DMA()
1584 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_WriteExtended_DMA()
2549 } while ((errorstate == SDMMC_ERROR_ILLEGAL_CMD) && (timeout != SDIO_TIMEOUT)); in SDIO_InitCard()
Dstm32n6xx_ll_sdmmc.c1441 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1686 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp5()
1763 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c839 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_ReadDirect()
902 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_WriteDirect()
1017 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_ReadExtended()
1222 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_WriteExtended()
1440 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_ReadExtended_DMA()
1584 …if (errorstate != (SDMMC_ERROR_ADDR_OUT_OF_RANGE | SDMMC_ERROR_ILLEGAL_CMD | SDMMC_ERROR_COM_CRC_F… in HAL_SDIO_WriteExtended_DMA()
2549 } while ((errorstate == SDMMC_ERROR_ILLEGAL_CMD) && (timeout != SDIO_TIMEOUT)); in SDIO_InitCard()
Dstm32h7xx_ll_sdmmc.c1441 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1686 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp5()
1763 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_sdmmc.c1277 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1466 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_sdmmc.c1277 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1466 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_sdmmc.c1277 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1466 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_sdmmc.c1312 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1495 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_sdmmc.c1277 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1466 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_sdmmc.c1277 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1466 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_sdmmc.c1369 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1559 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_sdmmc.c1387 return SDMMC_ERROR_ILLEGAL_CMD;
1576 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_sdmmc.c1345 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1535 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_sdmmc.c1369 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp1()
1559 return SDMMC_ERROR_ILLEGAL_CMD; in SDMMC_GetCmdResp6()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_mmc.h289 #define HAL_MMC_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is …
Dstm32f7xx_hal_sd.h310 #define HAL_SD_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is n…
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_mmc.h289 #define HAL_MMC_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is …
Dstm32f2xx_hal_sd.h310 #define HAL_SD_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is n…
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_mmc.h289 #define HAL_MMC_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is …
Dstm32f1xx_hal_sd.h310 #define HAL_SD_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is n…
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_mmc.h289 #define HAL_MMC_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is …
Dstm32f4xx_hal_sd.h310 #define HAL_SD_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is n…
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_sd.h310 #define HAL_SD_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is n…

123