Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_mmc.h174 __IO uint16_t CardComdClasses; /*!< Card command classes */ member
H A Dstm32f4xx_hal_sd.h177 __IO uint16_t CardComdClasses; /*!< Card command classes */ member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_mmc.h186 __IO uint16_t CardComdClasses; /*!< Card command classes */ member
H A Dstm32l4xx_hal_sd.h193 __IO uint16_t CardComdClasses; /*!< Card command classes */ member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_mmc.c2060 pCSD->CardComdClasses = (uint16_t)((hmmc->CSD[1] & 0xFFF00000U) >> 20U); in HAL_MMC_GetCardCSD()
H A Dstm32f4xx_hal_sd.c2096 pCSD->CardComdClasses = (uint16_t)((hsd->CSD[1] & 0xFFF00000U) >> 20U); in HAL_SD_GetCardCSD()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_mmc.c2245 pCSD->CardComdClasses = (uint16_t)((hmmc->CSD[1] & 0xFFF00000U) >> 20U); in HAL_MMC_GetCardCSD()
H A Dstm32l4xx_hal_sd.c2412 pCSD->CardComdClasses = (uint16_t)((hsd->CSD[1] & 0xFFF00000U) >> 20U); in HAL_SD_GetCardCSD()