Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h133 __IO uint8_t ManDeflECC; /*!< Manufacturer default ECC */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h222 __IO uint8_t ManDeflECC; /*!< Manufacturer default ECC */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1631 pCardInfo->SD_csd.ManDeflECC = (tmp & 0x60) >> 5; in HAL_SD_Get_CardInfo()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2487 pCSD->ManDeflECC = (uint8_t)((hsd->CSD[3] & 0x60000000U) >> 29U); in HAL_SD_GetCardCSD()