Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h117 __IO uint8_t RdBlockLen; /*!< Max. read data block length */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h206 __IO uint8_t RdBlockLen; /*!< Max. read data block length */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1553 pCardInfo->SD_csd.RdBlockLen = (uint8_t)(tmp & 0x0F); in HAL_SD_Get_CardInfo()
1589 pCardInfo->CardBlockSize = 1 << (pCardInfo->SD_csd.RdBlockLen); in HAL_SD_Get_CardInfo()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2427 pCSD->RdBlockLen = (uint8_t)((hsd->CSD[1] & 0x000F0000U) >> 16U); in HAL_SD_GetCardCSD()
2455 hsd->SdCard.BlockSize = (1UL << (pCSD->RdBlockLen & 0x0FU)); in HAL_SD_GetCardCSD()