Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_sdio.h61 __IO uint8_t PartBlockRead; // Partial blocks for read allowed member
A DSWM320_sdio.c491 SD_cardInfo.SD_csd.PartBlockRead = (tmp & 0x80) >> 7; in parseCSD()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_sdio.h77 __IO uint8_t PartBlockRead; // Partial blocks for read allowed member
A DSWM341_sdio.c490 SD_cardInfo.SD_csd.PartBlockRead = (tmp & 0x80) >> 7; in parseCSD()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_sd.h179 __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */ member
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_sdio.h139 …u8 PartBlockRead; ///<… member
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_sd.c2012 pCSD->PartBlockRead = (uint8_t)((hsd->CSD[1] & 0x00008000U) >> 15U); in HAL_SD_GetCardCSD()

Completed in 25 milliseconds