Home
last modified time | relevance | path

Searched refs:ser_num (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/sd/
Dsd_ops.c198 cid->ser_num = (uint32_t)((raw_cid[1U] & 0xFFFFFFU) << 8U); in sdmmc_decode_cid()
199 cid->ser_num |= (uint32_t)((raw_cid[0U] & 0xFF000000U) >> 24U); in sdmmc_decode_cid()
/Zephyr-Core-3.7.0/include/zephyr/sd/
Dsd_spec.h531 uint32_t ser_num; member