Home
last modified time | relevance | path

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

/components/drivers/spi/
A Ddev_spi_msd.c34 static struct msd_device _msd_device; variable
1630 rt_memset(&_msd_device, 0, sizeof(_msd_device)); in msd_init()
1631 _msd_device.spi_device = spi_device; in msd_init()
1637 _msd_device.geometry.sector_count = 0; in msd_init()
1638 _msd_device.geometry.block_size = 0; in msd_init()
1641 _msd_device.parent.ops = &msd_ops; in msd_init()
1643 _msd_device.parent.init = rt_msd_init; in msd_init()
1644 _msd_device.parent.open = rt_msd_open; in msd_init()
1646 _msd_device.parent.read = RT_NULL; in msd_init()
1647 _msd_device.parent.write = RT_NULL; in msd_init()
[all …]

Completed in 4 milliseconds