Home
last modified time | relevance | path

Searched refs:PartBlockRead (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_mmc.h176 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
Dstm32f1xx_hal_sd.h179 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_mmc.h176 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
Dstm32f4xx_hal_sd.h179 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_mmc.h176 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
Dstm32f2xx_hal_sd.h179 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_mmc.h176 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
Dstm32f7xx_hal_sd.h179 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_sd.h179 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_sd.h185 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
Dstm32l5xx_hal_mmc.h177 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_sd.h185 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
Dstm32h7xx_hal_mmc.h177 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_sd.h183 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mmc.h174 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
Dstm32u5xx_hal_sd.h182 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_mmc.h188 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
Dstm32l4xx_hal_sd.h195 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_mmc.c2021 pCSD->PartBlockRead = (uint8_t)((hmmc->CSD[1] & 0x00008000U) >> 15U); in HAL_MMC_GetCardCSD()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_mmc.c1972 pCSD->PartBlockRead = (uint8_t)((hmmc->CSD[1] & 0x00008000U) >> 15U); in HAL_MMC_GetCardCSD()
Dstm32f1xx_hal_sd.c2000 pCSD->PartBlockRead = (uint8_t)((hsd->CSD[1] & 0x00008000U) >> 15U); in HAL_SD_GetCardCSD()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_mmc.c1972 pCSD->PartBlockRead = (uint8_t)((hmmc->CSD[1] & 0x00008000U) >> 15U); in HAL_MMC_GetCardCSD()
Dstm32f2xx_hal_sd.c2000 pCSD->PartBlockRead = (uint8_t)((hsd->CSD[1] & 0x00008000U) >> 15U); in HAL_SD_GetCardCSD()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_mmc.c1973 pCSD->PartBlockRead = (uint8_t)((hmmc->CSD[1] & 0x00008000U) >> 15U); in HAL_MMC_GetCardCSD()
Dstm32f7xx_hal_sd.c2000 pCSD->PartBlockRead = (uint8_t)((hsd->CSD[1] & 0x00008000U) >> 15U); in HAL_SD_GetCardCSD()

12