Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h124 __IO uint8_t MaxRdCurrentVDDMin; /*!< Max. read current @ VDD min */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h213 __IO uint8_t MaxRdCurrentVDDMin; /*!< Max. read current @ VDD min */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1575 pCardInfo->SD_csd.MaxRdCurrentVDDMin = (tmp & 0x38) >> 3; in HAL_SD_Get_CardInfo()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2443 pCSD->MaxRdCurrentVDDMin = (uint8_t)((hsd->CSD[2] & 0x38000000U) >> 27U); in HAL_SD_GetCardCSD()