Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_mmc.h176 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
H A Dstm32f4xx_hal_sd.h179 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_mmc.h188 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
H A Dstm32l4xx_hal_sd.h195 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_mmc.c2064 pCSD->PartBlockRead = (uint8_t)((hmmc->CSD[1] & 0x00008000U) >> 15U); in HAL_MMC_GetCardCSD()
H A Dstm32f4xx_hal_sd.c2100 pCSD->PartBlockRead = (uint8_t)((hsd->CSD[1] & 0x00008000U) >> 15U); in HAL_SD_GetCardCSD()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_mmc.c2249 pCSD->PartBlockRead = (uint8_t)((hmmc->CSD[1] & 0x00008000U) >> 15U); in HAL_MMC_GetCardCSD()
H A Dstm32l4xx_hal_sd.c2416 pCSD->PartBlockRead = (uint8_t)((hsd->CSD[1] & 0x00008000U) >> 15U); in HAL_SD_GetCardCSD()