Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h127 __IO uint8_t MaxWrCurrentVDDMax; /*!< Max. write current @ VDD max */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h216 __IO uint8_t MaxWrCurrentVDDMax; /*!< Max. write current @ VDD max */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1581 pCardInfo->SD_csd.MaxWrCurrentVDDMax = (tmp & 0x1C) >> 2; in HAL_SD_Get_CardInfo()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2449 pCSD->MaxWrCurrentVDDMax = (uint8_t)((hsd->CSD[2] & 0x001C0000U) >> 18U); in HAL_SD_GetCardCSD()