Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h126 __IO uint8_t MaxWrCurrentVDDMin; /*!< Max. write current @ VDD min */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h215 __IO uint8_t MaxWrCurrentVDDMin; /*!< Max. write current @ VDD min */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1580 pCardInfo->SD_csd.MaxWrCurrentVDDMin = (tmp & 0xE0) >> 5; in HAL_SD_Get_CardInfo()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2447 pCSD->MaxWrCurrentVDDMin = (uint8_t)((hsd->CSD[2] & 0x00E00000U) >> 21U); in HAL_SD_GetCardCSD()