Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/disk/
Dsdmmc_sdhc.h277 uint8_t file_fmt; member
687 csd->file_fmt = (uint8_t)((raw_csd[0U] & 0xC00U) >> 10U); in sdhc_decode_csd()
/Zephyr-Core-3.5.0/include/zephyr/sd/
Dsd_spec.h556 uint8_t file_fmt; member
/Zephyr-Core-3.5.0/subsys/sd/
Dmmc.c346 csd->file_fmt = (uint8_t)((raw_csd[0U] & 0x00000C00U) >> 10U); in mmc_decode_csd()
Dsd_ops.c173 csd->file_fmt = (uint8_t)((raw_csd[0U] & 0xC00U) >> 10U); in sdmmc_decode_csd()