Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h577 uint8_t file_fmt; member
/Zephyr-latest/subsys/sd/
Dmmc.c346 csd->file_fmt = (uint8_t)((raw_csd[0U] & 0x00000C00U) >> 10U); in mmc_decode_csd()
Dsd_ops.c182 csd->file_fmt = (uint8_t)((raw_csd[0U] & 0xC00U) >> 10U); in sdmmc_decode_csd()