Searched refs:device_type (Results 1 – 1 of 1) sorted by relevance
2518 uint32_t device_type; in HAL_MMC_ConfigSpeedBusOperation() local2526 if(MMC_ReadExtCSD(hmmc, &device_type, 196, 0x0FFFFFFFU) != HAL_OK) /* Field DEVICE_TYPE [196] */ in HAL_MMC_ConfigSpeedBusOperation()2535 if (((hmmc->Instance->CLKCR & SDMMC_CLKCR_WIDBUS) != 0U) && ((device_type & 0x04U) != 0U)) in HAL_MMC_ConfigSpeedBusOperation()2552 else if ((device_type & 0x02U) != 0U) in HAL_MMC_ConfigSpeedBusOperation()2569 if (((hmmc->Instance->CLKCR & SDMMC_CLKCR_WIDBUS) != 0U) && ((device_type & 0x04U) != 0U)) in HAL_MMC_ConfigSpeedBusOperation()2596 if ((device_type & 0x02U) != 0U) in HAL_MMC_ConfigSpeedBusOperation()