Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h163 __IO uint32_t ProdSN; /*!< Product Serial Number */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1694 pCardInfo->SD_cid.ProdSN = tmp << 24; in HAL_SD_Get_CardInfo()
1698 pCardInfo->SD_cid.ProdSN |= tmp << 16; in HAL_SD_Get_CardInfo()
1702 pCardInfo->SD_cid.ProdSN |= tmp << 8; in HAL_SD_Get_CardInfo()
1706 pCardInfo->SD_cid.ProdSN |= tmp; in HAL_SD_Get_CardInfo()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h252 __IO uint32_t ProdSN; /*!< Product Serial Number */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2390 pCID->ProdSN = (((hsd->CID[2] & 0x00FFFFFFU) << 8U) | ((hsd->CID[3] & 0xFF000000U) >> 24U)); in HAL_SD_GetCardCID()