Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_sdmmc.c1272 else if((response_r1 & SDMMC_OCR_CID_CSD_OVERWRITE) == SDMMC_OCR_CID_CSD_OVERWRITE) in SDMMC_GetCmdResp1()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_sdmmc.c1377 else if((response_r1 & SDMMC_OCR_CID_CSD_OVERWRITE) == SDMMC_OCR_CID_CSD_OVERWRITE)
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_sdmmc.h274 #define SDMMC_OCR_CID_CSD_OVERWRITE 0x00010000U macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_sdmmc.h285 #define SDMMC_OCR_CID_CSD_OVERWRITE ((uint32_t)0x00010000U) macro