Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c3563 uint32_t scr[2] = {0, 0}; in SD_WideBus_Enable() local
3572 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3579 if((scr[1] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3610 uint32_t scr[2] = {0, 0}; in SD_WideBus_Disable() local
3619 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3626 if((scr[1] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3664 uint32_t *scr = pSCR; in SD_FindSCR() local
3751 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3753 scr++; in SD_FindSCR()
3754 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c3039 uint32_t scr[2] = {0, 0}; in SD_WideBus_Enable() local
3049 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3057 if((scr[1] & SD_WIDE_BUS_SUPPORT) != SD_ALLZERO) in SD_WideBus_Enable()
3108 uint32_t scr[2] = {0, 0}; in SD_WideBus_Disable() local
3118 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3126 if((scr[1] & SD_SINGLE_BUS_SUPPORT) != SD_ALLZERO) in SD_WideBus_Disable()