Home
last modified time | relevance | path

Searched refs:sd_width (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/drivers/disk/
Dsdmmc_sdhc.h290 uint8_t sd_width; member
700 scr->sd_width = (uint8_t)((raw_scr[0U] & 0xF0000U) >> 16U); in sdhc_decode_scr()
/Zephyr-Core-3.5.0/subsys/sd/
Dsdmmc.c33 scr->sd_width = (uint8_t)((raw_scr[0U] & 0xF0000U) >> 16U); in sdmmc_decode_scr()
191 if (card_scr.sd_width & 0x4U) { in sdmmc_read_scr()
/Zephyr-Core-3.5.0/include/zephyr/sd/
Dsd_spec.h718 uint8_t sd_width; member