Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1658 pCardInfo->SD_cid.ManufacturerID = tmp; in HAL_SD_Get_CardInfo()
1662 pCardInfo->SD_cid.OEM_AppliID = tmp << 8; in HAL_SD_Get_CardInfo()
1666 pCardInfo->SD_cid.OEM_AppliID |= tmp; in HAL_SD_Get_CardInfo()
1670 pCardInfo->SD_cid.ProdName1 = tmp << 24; in HAL_SD_Get_CardInfo()
1674 pCardInfo->SD_cid.ProdName1 |= tmp << 16; in HAL_SD_Get_CardInfo()
1678 pCardInfo->SD_cid.ProdName1 |= tmp << 8; in HAL_SD_Get_CardInfo()
1682 pCardInfo->SD_cid.ProdName1 |= tmp; in HAL_SD_Get_CardInfo()
1686 pCardInfo->SD_cid.ProdName2 = tmp; in HAL_SD_Get_CardInfo()
1690 pCardInfo->SD_cid.ProdRev = tmp; in HAL_SD_Get_CardInfo()
1694 pCardInfo->SD_cid.ProdSN = tmp << 24; in HAL_SD_Get_CardInfo()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h201 HAL_SD_CIDTypedef SD_cid; /*!< SD card identification number register */ member