Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_sd.c4023 uint32_t SD_hs[16] = {0}; in SD_HighSpeed() local
4070 SD_hs[(8U*loop)+count] = SDMMC_ReadFIFO(hsd->Instance); in SD_HighSpeed()
4114 if ((((uint8_t*)SD_hs)[13] & 2U) != 2U) in SD_HighSpeed()
4136 uint32_t SD_hs[16] = {0}; in SD_UltraHighSpeed() local
4183 SD_hs[(8U*loop)+count] = SDMMC_ReadFIFO(hsd->Instance); in SD_UltraHighSpeed()
4227 if ((((uint8_t*)SD_hs)[13] & 2U) != 2U) in SD_UltraHighSpeed()
4265 uint32_t SD_hs[16] = {0}; in SD_DDR_Mode() local
4312 SD_hs[(8U*loop)+count] = SDMMC_ReadFIFO(hsd->Instance); in SD_DDR_Mode()
4356 if ((((uint8_t*)SD_hs)[13] & 2U) != 2U) in SD_DDR_Mode()