Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h121 __IO uint8_t DSRImpl; /*!< DSR implemented */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h210 __IO uint8_t DSRImpl; /*!< DSR implemented */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1560 pCardInfo->SD_csd.DSRImpl = (uint8_t)((tmp & 0x10) >> 4); in HAL_SD_Get_CardInfo()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2435 pCSD->DSRImpl = (uint8_t)((hsd->CSD[1] & 0x00001000U) >> 12U); in HAL_SD_GetCardCSD()