Home
last modified time | relevance | path

Searched refs:scr (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sd.c2947 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2956 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2963 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2994 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3003 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3010 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3048 uint32_t *scr = pSCR; in SD_FindSCR() local
3121 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3123 scr++; in SD_FindSCR()
3124 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sd.c2942 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2951 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2958 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2989 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
2998 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3005 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3043 uint32_t *scr = pSCR; in SD_FindSCR() local
3116 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3118 scr++; in SD_FindSCR()
3119 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_sd.c2938 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2947 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2954 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2985 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
2994 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3001 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3039 uint32_t *scr = pSCR; in SD_FindSCR() local
3112 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3114 scr++; in SD_FindSCR()
3115 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c2955 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2964 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2971 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3002 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3011 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3018 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3056 uint32_t *scr = pSCR; in SD_FindSCR() local
3129 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3131 scr++; in SD_FindSCR()
3132 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sd.c3012 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
3021 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3028 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3059 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3068 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3075 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3113 uint32_t *scr = pSCR; in SD_FindSCR() local
3190 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3192 scr++; in SD_FindSCR()
3193 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sd.c2943 uint32_t scr[2] = {0, 0}; in SD_WideBus_Enable() local
2952 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2959 if((scr[1] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2990 uint32_t scr[2] = {0, 0}; in SD_WideBus_Disable() local
2999 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3006 if((scr[1] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3044 uint32_t *scr = pSCR; in SD_FindSCR() local
3115 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3117 scr++; in SD_FindSCR()
3118 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sd.c3450 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3459 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3466 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3497 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3506 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3513 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3550 uint32_t *scr = pSCR; in SD_FindSCR() local
3621 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
3623 scr++; in SD_FindSCR()
3624 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd.c3407 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3416 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3423 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3454 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3463 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3470 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3507 uint32_t *scr = pSCR; in SD_FindSCR() local
3578 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
3580 scr++; in SD_FindSCR()
3581 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_sd.c3429 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3438 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3445 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3476 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3485 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3492 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3529 uint32_t *scr = pSCR; in SD_FindSCR() local
3600 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
3602 scr++; in SD_FindSCR()
3603 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sd.c3423 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3432 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3439 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3470 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3479 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3486 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3523 uint32_t *scr = pSCR; in SD_FindSCR() local
3594 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
3596 scr++; in SD_FindSCR()
3597 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sd.c3450 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3459 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3466 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3497 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3506 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3513 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3550 uint32_t *scr = pSCR; in SD_FindSCR() local
3621 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
3623 scr++; in SD_FindSCR()
3624 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_sd.c3407 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3416 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3423 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3454 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3463 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3470 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3507 uint32_t *scr = pSCR; in SD_FindSCR() local
3578 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
3580 scr++; in SD_FindSCR()
3581 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c3813 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3822 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3829 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3860 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3869 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3876 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3914 uint32_t *scr = pSCR; in SD_FindSCR() local
4001 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
4003 scr++; in SD_FindSCR()
4004 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()