Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_sd.c296 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
3030 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3077 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3115 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR) in SD_FindSCR() function
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_sd.c309 static uint32_t SD_FindSCR (SD_HandleTypeDef *hsd, uint32_t *pSCR);
3742 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3789 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3827 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR) in SD_FindSCR() function