Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_mmc.h168 __IO uint8_t CSDStruct; /*!< CSD structure */ member
H A Dstm32f4xx_hal_sd.h171 __IO uint8_t CSDStruct; /*!< CSD structure */ member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_mmc.h180 __IO uint8_t CSDStruct; /*!< CSD structure */ member
H A Dstm32l4xx_hal_sd.h187 __IO uint8_t CSDStruct; /*!< CSD structure */ member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_mmc.c2048 pCSD->CSDStruct = (uint8_t)((hmmc->CSD[0] & 0xC0000000U) >> 30U); in HAL_MMC_GetCardCSD()
H A Dstm32f4xx_hal_sd.c2084 pCSD->CSDStruct = (uint8_t)((hsd->CSD[0] & 0xC0000000U) >> 30U); in HAL_SD_GetCardCSD()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_mmc.c2233 pCSD->CSDStruct = (uint8_t)((hmmc->CSD[0] & 0xC0000000U) >> 30U); in HAL_MMC_GetCardCSD()
H A Dstm32l4xx_hal_sd.c2400 pCSD->CSDStruct = (uint8_t)((hsd->CSD[0] & 0xC0000000U) >> 30U); in HAL_SD_GetCardCSD()