Searched refs:pSCR (Results 1 – 2 of 2) sorted by relevance
306 static HAL_SD_ErrorTypedef SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR); 3174 static HAL_SD_ErrorTypedef SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR) in SD_FindSCR() argument3281 *(pSCR + 1) = ((tempscr[0] & SD_0TO7BITS) << 24) | ((tempscr[0] & SD_8TO15BITS) << 8) |\ in SD_FindSCR()3284 *(pSCR) = ((tempscr[1] & SD_0TO7BITS) << 24) | ((tempscr[1] & SD_8TO15BITS) << 8) |\ in SD_FindSCR()
324 static uint32_t SD_FindSCR (SD_HandleTypeDef *hsd, uint32_t *pSCR);3657 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR) in SD_FindSCR() argument3664 uint32_t *scr = pSCR; in SD_FindSCR()