/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_sdmmc.c | 1193 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1237 response_r1 = SDIO_GetResponse(SDIOx, SDIO_RESP1); in SDMMC_GetCmdResp1() 1239 if((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1243 else if((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1247 else if((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1251 else if((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1255 else if((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1259 else if((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1263 else if((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1267 else if((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_sdmmc.c | 1193 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1237 response_r1 = SDIO_GetResponse(SDIOx, SDIO_RESP1); in SDMMC_GetCmdResp1() 1239 if((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1243 else if((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1247 else if((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1251 else if((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1255 else if((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1259 else if((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1263 else if((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1267 else if((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_sdmmc.c | 1193 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1237 response_r1 = SDMMC_GetResponse(SDMMCx, SDMMC_RESP1); in SDMMC_GetCmdResp1() 1239 if((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1243 else if((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1247 else if((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1251 else if((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1255 else if((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1259 else if((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1263 else if((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1267 else if((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_sdmmc.c | 1230 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1272 response_r1 = SDMMC_GetResponse(SDMMCx, SDMMC_RESP1); in SDMMC_GetCmdResp1() 1274 if((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1278 else if((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1282 else if((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1286 else if((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1290 else if((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1294 else if((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1298 else if((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1302 else if((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_sdmmc.c | 1193 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1237 response_r1 = SDIO_GetResponse(SDIOx, SDIO_RESP1); in SDMMC_GetCmdResp1() 1239 if((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1243 else if((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1247 else if((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1251 else if((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1255 else if((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1259 else if((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1263 else if((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1267 else if((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_sdmmc.c | 1193 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1237 response_r1 = SDIO_GetResponse(SDIOx, SDIO_RESP1); in SDMMC_GetCmdResp1() 1239 if((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1243 else if((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1247 else if((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1251 else if((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1255 else if((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1259 else if((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1263 else if((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1267 else if((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_sdmmc.c | 1285 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1329 response_r1 = SDMMC_GetResponse(SDMMCx, SDMMC_RESP1); in SDMMC_GetCmdResp1() 1331 if ((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1335 else if ((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1339 else if ((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1343 else if ((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1347 else if ((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1351 else if ((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1355 else if ((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1359 else if ((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_sdmmc.c | 1298 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1347 response_r1 = SDMMC_GetResponse(SDMMCx, SDMMC_RESP1); 1349 if((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) 1353 else if((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) 1357 else if((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) 1361 else if((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) 1365 else if((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) 1369 else if((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) 1373 else if((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) 1377 else if((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_sdmmc.c | 1261 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1305 response_r1 = SDMMC_GetResponse(SDMMCx, SDMMC_RESP1); in SDMMC_GetCmdResp1() 1307 if ((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1311 else if ((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1315 else if ((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1319 else if ((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1323 else if ((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1327 else if ((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1331 else if ((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1335 else if ((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_sdmmc.c | 1285 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1329 response_r1 = SDMMC_GetResponse(SDMMCx, SDMMC_RESP1); in SDMMC_GetCmdResp1() 1331 if ((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1335 else if ((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1339 else if ((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1343 else if ((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1347 else if ((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1351 else if ((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1355 else if ((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1359 else if ((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_sdmmc.c | 1357 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1401 response_r1 = SDMMC_GetResponse(SDMMCx, SDMMC_RESP1); in SDMMC_GetCmdResp1() 1403 if ((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1407 else if ((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1411 else if ((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1415 else if ((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1419 else if ((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1423 else if ((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1427 else if ((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1431 else if ((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_sdmmc.c | 1357 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1401 response_r1 = SDMMC_GetResponse(SDMMCx, SDMMC_RESP1); in SDMMC_GetCmdResp1() 1403 if ((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1407 else if ((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1411 else if ((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1415 else if ((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1419 else if ((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1423 else if ((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1427 else if ((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1431 else if ((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_sdmmc.c | 1357 uint32_t response_r1; in SDMMC_GetCmdResp1() local 1401 response_r1 = SDMMC_GetResponse(SDMMCx, SDMMC_RESP1); in SDMMC_GetCmdResp1() 1403 if ((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1() 1407 else if ((response_r1 & SDMMC_OCR_ADDR_OUT_OF_RANGE) == SDMMC_OCR_ADDR_OUT_OF_RANGE) in SDMMC_GetCmdResp1() 1411 else if ((response_r1 & SDMMC_OCR_ADDR_MISALIGNED) == SDMMC_OCR_ADDR_MISALIGNED) in SDMMC_GetCmdResp1() 1415 else if ((response_r1 & SDMMC_OCR_BLOCK_LEN_ERR) == SDMMC_OCR_BLOCK_LEN_ERR) in SDMMC_GetCmdResp1() 1419 else if ((response_r1 & SDMMC_OCR_ERASE_SEQ_ERR) == SDMMC_OCR_ERASE_SEQ_ERR) in SDMMC_GetCmdResp1() 1423 else if ((response_r1 & SDMMC_OCR_BAD_ERASE_PARAM) == SDMMC_OCR_BAD_ERASE_PARAM) in SDMMC_GetCmdResp1() 1427 else if ((response_r1 & SDMMC_OCR_WRITE_PROT_VIOLATION) == SDMMC_OCR_WRITE_PROT_VIOLATION) in SDMMC_GetCmdResp1() 1431 else if ((response_r1 & SDMMC_OCR_LOCK_UNLOCK_FAILED) == SDMMC_OCR_LOCK_UNLOCK_FAILED) in SDMMC_GetCmdResp1() [all …]
|