Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h165 __IO uint16_t ManufactDate; /*!< Manufacturing Date */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h254 __IO uint16_t ManufactDate; /*!< Manufacturing Date */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1711 pCardInfo->SD_cid.ManufactDate = (tmp & 0x0F) << 8; in HAL_SD_Get_CardInfo()
1715 pCardInfo->SD_cid.ManufactDate |= tmp; in HAL_SD_Get_CardInfo()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2394 pCID->ManufactDate = (uint16_t)((hsd->CID[3] & 0x000FFF00U) >> 8U); in HAL_SD_GetCardCID()