Home
last modified time | relevance | path

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

/components/drivers/sdio/
A Ddev_mmc.c40 static const rt_uint8_t tacc_value[] = variable
103 card->tacc_ns = (tacc_uint[csd->taac & 0x07] * tacc_value[(csd->taac & 0x78) >> 3] + 9) / 10; in mmcsd_parse_csd()
A Ddev_sd.c40 static const rt_uint8_t tacc_value[] = variable
94 card->tacc_ns = (tacc_uint[csd->taac&0x07] * tacc_value[(csd->taac&0x78)>>3] + 9) / 10; in mmcsd_parse_csd()

Completed in 4 milliseconds