Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c306 static HAL_SD_ErrorTypedef SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
1841 errorstate = SD_FindSCR(hsd, SD_scr); in HAL_SD_HighSpeed()
3049 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3118 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3174 static HAL_SD_ErrorTypedef SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR) in SD_FindSCR() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c324 static uint32_t SD_FindSCR (SD_HandleTypeDef *hsd, uint32_t *pSCR);
3572 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3619 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3657 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR) in SD_FindSCR() function