Changes between Version 7 and Version 8 of bdv_driver
- Timestamp:
- Oct 15, 2014, 10:46:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bdv_driver
v7 v8 7 7 This component is a single channel, block oriented, external mass storage peripheral, available in the SoCLib components library. 8 8 9 It is one of the physical disk driver that can be called by the generic IOC driver, and the SEG_IOC_BASE address must be defined in the hard_config.h file. 9 This driver is called by the generic IOC driver when the USE_IOC_BDV flag is set in the hard_config.h file. 10 11 The SEG_IOC_BASE address must be defined in the hard_config.h file. 10 12 11 13 The _bdv_read() and _bdv_write() functions are always blocking. They can be called in 3 modes: