Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_mmc.c2518 uint32_t device_type; in HAL_MMC_ConfigSpeedBusOperation() local
2526 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()